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 1/8] Use gcc attribute ifunc in libc_ifunc macro instead of inline assembly due to false debuginfo.


On Fr, Aug 05 2016, Stefan Liebler <stli@linux.vnet.ibm.com> wrote:

> Requiring a specific gcc / binutils version does not work. E.g. on s390x a
> gcc 4.7.4 has attribute ifunc support.
> According to <gcc-src>/gcc/configure.ac there is an option
> --enable-gnu-indirect-function. If it is not specified it defaults to
> default_gnu_indirect_function variable. This is set to yes in
> <gcc-src>/gcc/config.gcc for intel / s390. Otherwise it is no.

That should probably be updated, then.

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]