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

--- Comment #2 from Michael Matz <matz at suse dot de> ---
(In reply to H.J. Lu from comment #1)
> What should happen when there is _verbose section in more than one shared
> object?

As I said, the code in question uses dlsym, so nothing interesting happens,
multiple symbols in different shared objects have different addresses.

If you're worried about symbolic references from inside shared objects (even
though we have no indication that this is a problem in the real world, it has
always worked like this) then at the very least they should be made protected
so that they are bound internally, but also exported.  The latter part is
what is important for existing code.

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