bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug ld/21086] static linking with --dynamic-list adds dynamic section a


From: bugdal at aerifal dot cx
Subject: [Bug ld/21086] static linking with --dynamic-list adds dynamic section and interpreter
Date: Wed, 25 Jan 2017 17:04:48 +0000

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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]