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]

Re: [PATCH] Move DONT_USE_BOOTSTRAP_MAP defininition todl-machine.h


> What should I test on x86-64?
> 
> Btw. elf/ld.so crashes also on x86-64 with current CVS.  Is this the
> same problem?

I don't have an x86-64 to test, so I can only guess.  It looks like
GOTPCREL is the equivalent of GOTOFF for x86-64.  You should test that an
access to an attribute_hidden variable uses foo@GOTPCREL(%rip) instead of 
using a GOT entry.


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