-z interpose sets the DF_1_INTERPOSE flag, marking the object as an interposer.
FreeBSD PR 230604
Paths
| Differential D52094
lld: add -z interpose support ClosedPublic Authored by emaste on Sep 14 2018, 7:04 AM.
Details Summary -z interpose sets the DF_1_INTERPOSE flag, marking the object as an interposer. FreeBSD PR 230604
Diff Detail
Event TimelineComment Actions See also https://reviews.freebsd.org/D17172 for a lld 6 version intended for commit to FreeBSD's in-tree lld.
This revision is now accepted and ready to land.Sep 14 2018, 7:23 AM Closed by commit rL342239: lld: add -z interpose support (authored by emaste). · Explain WhySep 14 2018, 7:29 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 165506 lld/trunk/ELF/Config.h
lld/trunk/ELF/Driver.cpp
lld/trunk/ELF/SyntheticSections.cpp
lld/trunk/docs/ld.lld.1
lld/trunk/test/ELF/dt_flags.s
|