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: hjl.tools at gmail dot com
Subject: [Bug ld/21086] static linking with --dynamic-list adds dynamic section and interpreter
Date: Wed, 25 Jan 2017 17:34:16 +0000

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

--- Comment #4 from H.J. Lu <hjl.tools at gmail dot com> ---
(In reply to Rich Felker from comment #3)
> --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.

-E puts all global symbols in dynamic symbol table and --dynamic-list puts
symbols listed in file in dynamic symbol table.  If no symbols should be
put in dynamic symbol table, --dynamic-list shouldn't be used.

-- 
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]