This is available in GNU ld 2.35 and can be seen as a shortcut for multiple
--export-dynamic-symbol, or a --dynamic-list variant without the symbolic intention.
In the long term, this option probably should be preferred over --dynamic-list.
Paths
| Differential D107317
[ELF] Add --export-dynamic-symbol-list ClosedPublic Authored by MaskRay on Aug 2 2021, 4:08 PM.
Details
Summary This is available in GNU ld 2.35 and can be seen as a shortcut for multiple In the long term, this option probably should be preferred over --dynamic-list.
Diff Detail
Event TimelineComment Actions add doc. Note: -Bsymbolic-non-weak-functions is in release/13.x so I deleted it from the release notes. This revision is now accepted and ready to land.Aug 3 2021, 2:25 AM Closed by commit rG44361e5b9098: [ELF] Add --export-dynamic-symbol-list (authored by MaskRay). · Explain WhyAug 3 2021, 9:01 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 363763 lld/ELF/Driver.cpp
lld/ELF/Options.td
lld/docs/ReleaseNotes.rst
lld/docs/ld.lld.1
lld/test/ELF/export-dynamic-symbol.s
|