https://sourceware.org/bugzilla/show_bug.cgi?id=25910
H.J. Lu changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
https://sourceware.org/bugzilla/show_bug.cgi?id=25910
--- Comment #5 from cvs-commit at gcc dot gnu.org ---
The master branch has been updated by H.J. Lu :
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=37a141bfed4dd3c33d77c15dfde00e4b4f5b24c7
commit 37a141bfed4dd3c33d77c15dfde00e4b
https://sourceware.org/bugzilla/show_bug.cgi?id=25910
H.J. Lu changed:
What|Removed |Added
Ever confirmed|0 |1
Last reconfirmed|
https://sourceware.org/bugzilla/show_bug.cgi?id=25910
--- Comment #4 from H.J. Lu ---
Created attachment 12565
--> https://sourceware.org/bugzilla/attachment.cgi?id=12565&action=edit
A patch
--
You are receiving this mail because:
You are on the CC list for the bug.
https://sourceware.org/bugzilla/show_bug.cgi?id=25910
--- Comment #3 from H.J. Lu ---
You should
1. Extend --dynamic-list* to executables. Symbol binding is unchanged.
Only add symbols to dynamic symbol table.
2. Make --export-dynamic-symbol an alias of --dynamic-list* for executables.
and ig
https://sourceware.org/bugzilla/show_bug.cgi?id=25910
H.J. Lu changed:
What|Removed |Added
CC||hjl.tools at gmail dot com
--- Comment #2 f
https://sourceware.org/bugzilla/show_bug.cgi?id=25910
--- Comment #1 from Fangrui Song ---
https://sourceware.org/pipermail/binutils/2020-May/110930.html [PATCH] ld: Add
--export-dynamic-symbol
Note, in gold and lld, --export-dynamic-symbol foo does not add foo to .symtab
if foo does not exist.