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.
_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to