This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


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] Avoid PLT when calling __sched_getaffinity_new


Joseph Myers <joseph@codesourcery.com> writes:

> Will you also add a testcase for this issue?  (You'll need to allow for 
> the relocation / relocations in question depending on the architecture, 
> with some architectures not having any difference in relocations depending 
> on whether functions are marked hidden and so not being able to run such a 
> relocation-based test - it might however be possible to test in a 
> different way not depending on names of relocations.

It's highly x86-specific.  Most other architectures don't need a special
register set up just for doing a PLT call, so it doesn't matter whether
it's relaxed by the compiler or the linker.

Andreas.

-- 
Andreas Schwab, SUSE Labs, schwab@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."


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