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

Alan Modra <amodra at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |amodra at gmail dot com

--- Comment #2 from Alan Modra <amodra at gmail dot com> ---
If you omit -Wl,--retain-symbols-file=sym.list does the shared library contain
the symbols you seem to have misplaced?  I suspect the reason they are missing
is simply that their object file is not included in the link.  An object within
an archive library won't be extracted unless it satisfies some undefined symbol
at the point the archive is searched.  See also the --whole-archive option.

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