This is the mail archive of the libc-hacker@sources.redhat.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] |
| Other format: | [Raw text] | |
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Jakub Jelinek wrote:
__attribute__((visibility("hidden"))) does not guarantee no .got
references on all arches (well, only on the few where there are suitable
relocations etc.).
I've checked in a patch for this. Machine-dependent configure files
have to define PI_STATIC_AND_HIDDEN (PI = position-independent). If
this symbol is defined and HAVE_HIDDEN is defined and
HAVE_VISIBILITY_ATTRIBUTE is defined we use the new and improved way of
handling startup in ld.so.| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |