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]

__builtin_memset again


Alpha is broken because of this too.  GCC is happy to inline H.J.'s
4 byte configure case, but believes that the 600 byte example in
rtld.c should be run through the external function.

And since we only have a 4MB displacement on a pc-relative call,
function calls outside the object file go through the GOT, which
has yet to be relocated.


r~


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