bug-binutils
[Top][All Lists]
Advanced

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

[Bug ld/21964] __start_SCN symbols aren't exported anymore


From: matz at suse dot de
Subject: [Bug ld/21964] __start_SCN symbols aren't exported anymore
Date: Mon, 14 Aug 2017 16:33:00 +0000

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.


reply via email to

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