V6 [PATCH] ld: Add --export-dynamic-symbol and --export-dynamic-symbol-list

H.J. Lu hjl.tools@gmail.com
Thu May 28 12:44:22 GMT 2020


Here is the rebased patch.  Nick, Alan, is it OK for master?  Thanks.

--export-dynamic-symbol-list is like a dynamic list, but without
the symbolic property for unspecified symbols.

When creating an executable, --export-dynamic-symbol-list is treated
like --dynamic-list.

When creating a shared library, it is treated like --dynamic-list if
-Bsymbolic or --dynamic-list are used,  otherwise, it is ignored, so
that references to matched symbols will not be bound to the definitions
within the shared library.

-- 
H.J.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-ld-Add-export-dynamic-symbol-and-export-dynamic-symb.patch
Type: text/x-patch
Size: 23672 bytes
Desc: not available
URL: <https://sourceware.org/pipermail/binutils/attachments/20200528/8c2e6e60/attachment-0001.bin>


More information about the Binutils mailing list