https://sourceware.org/bugzilla/show_bug.cgi?id=25732

--- Comment #11 from Rainer Orth <ro at CeBiTec dot Uni-Bielefeld.DE> ---
> --- Comment #10 from H.J. Lu <hjl.tools at gmail dot com> ---

>> FAIL: ld-ifunc/ifunc-23a-x86
>> FAIL: ld-ifunc/ifunc-24a-x86
>> FAIL: ld-ifunc/ifunc-25a-x86
>> 
>> the last three are highly dubious: Solaris ld.so.1 doesn't support ifunc
>> and never will, so I'm unsure if those tests can produce useful
>> results.  Certainly not if they are runtime tests.
>
> I checked a fix for these IFUNC tests.

Great, thanks.

>> That leaves us with the two pr20995-2 ones...
>
> Does Solaris support GNU_RELRO? If not, I can skip these for Solaris.

I'm pretty certain it doesn't.  <sys/elf.h> has this comment:

/*
 * Linux specific program headers not used by Solaris
 */
#define PT_GNU_STACK    0x6474e551      /* Indicates stack executability */
#define PT_GNU_RELRO    0x6474e552      /* Read-only after relocation */

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to