This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

ST_VISIBILITY is broken in glibc 2.2


ST_VISIBILITY is broken in glibc 2.2. STV_HIDDEN is supported by
the static linker. STV_PROTECTED needs support from both the
static linker and dynamic linker. The static linker has the
STV_PROTECTED support. We just need to add the STV_PROTECTED 
support to the dynamic linker. As for STV_INTERNAL, it is treated
as STV_HIDDEN for most cases.


H.J.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]