[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug gold/13577] Gold linker does not respect --dynamic-list option
From: |
ccoutant at google dot com |
Subject: |
[Bug gold/13577] Gold linker does not respect --dynamic-list option |
Date: |
Thu, 06 Feb 2014 01:57:55 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=13577
--- Comment #4 from Cary Coutant <ccoutant at google dot com> ---
It was a bit more complicated. The --dynamic-list option is actually mutually
exclusive with -Bsymbolic and -Bsymbolic-functions. If a dynamic list is given,
the Gnu linker makes only those symbols preemptible, and binds the remaining
symbols within the library. I've changed gold to do the same thing.
--
You are receiving this mail because:
You are on the CC list for the bug.
- [Bug gold/13577] Gold linker does not respect --dynamic-list option,
ccoutant at google dot com <=