https://sourceware.org/bugzilla/show_bug.cgi?id=21086

Rich Felker <bugdal at aerifal dot cx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugdal at aerifal dot cx

--- Comment #3 from Rich Felker <bugdal at aerifal dot cx> ---
--dynamic-list is not a request to export the symbol in the dynamic symbol
table; -E/-rdynamic does that. --dynamic-list is an exclusion list for
-Bsymbolic that makes everything not in the list get treated as -Bsymbolic.

As for using --dynamic-list, it's gdb (part of the binutils tree) that's using
it in its build process and thus breaking static linking.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to