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 v4] change ifunc assembly test to a link test


Mike Frysinger <vapier@gentoo.org> writes:

>  .type foo,%gnu_indirect_function
> +foo:
> +.globl _start
> +_start:
> +.globl __start
> +__start:
> +.data
> +.long foo

This is broken.

/usr/bin/ld: /tmp/ccdRsmyd.o:(.data+0x0): relocation R_PPC64_ADDR32 for indirect function foo unsupported
/usr/bin/ld: final link failed: Nonrepresentable section on output
collect2: error: ld returned 1 exit status

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"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]