[Bug ld/25910] Support --export-dynamic-symbol $symbol

2020-06-03 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25910 H.J. Lu changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug ld/25910] Support --export-dynamic-symbol $symbol

2020-06-03 Thread cvs-commit at gcc dot gnu.org
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

[Bug ld/25910] Support --export-dynamic-symbol $symbol

2020-05-23 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25910 H.J. Lu changed: What|Removed |Added Ever confirmed|0 |1 Last reconfirmed|

[Bug ld/25910] Support --export-dynamic-symbol $symbol

2020-05-23 Thread hjl.tools at gmail dot com
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.

[Bug ld/25910] Support --export-dynamic-symbol $symbol

2020-05-22 Thread hjl.tools at gmail dot com
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

[Bug ld/25910] Support --export-dynamic-symbol $symbol

2020-05-03 Thread hjl.tools at gmail dot com
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

[Bug ld/25910] Support --export-dynamic-symbol $symbol

2020-05-02 Thread i at maskray dot me
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.