[AArch64] Use __getauxval instead of getauxval in LSE detection code in libgcc
authorKyrylo Tkachov <kyrylo.tkachov@arm.com>
Wed, 6 May 2020 15:20:38 +0000 (16:20 +0100)
committerKyrylo Tkachov <kyrylo.tkachov@arm.com>
Wed, 6 May 2020 15:20:38 +0000 (16:20 +0100)
commit1266778548e20de82983b6446f3cb685068cfb1e
tree1592b3347f4d077db559634404e622fd715a0cbf
parent4e849a74a8512cb313831a5929501ac2a735b7e1
[AArch64] Use __getauxval instead of getauxval in LSE detection code in libgcc

This version of the fix uses __getauxval instead of getauxval.
The whole thing is guarded simply on __gnu_linux__.
__getauxval was introduced in 2.16 but the aarch64 port was added in 2.17 so in practice I expect all aarch64 glibcs to support __getauxval.

Bootstrapped and tested on aarch64-none-linux-gnu.
Also tested on aarch64-none-elf.

2020-05-06  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>

* config/aarch64/lse-init.c (init_have_lse_atomics): Use __getauxval
instead of getauxval.
(AT_HWCAP): Define.
(HWCAP_ATOMICS): Define.
Guard detection on __gnu_linux__.
libgcc/ChangeLog
libgcc/config/aarch64/lse-init.c