]> git.ipfire.org Git - thirdparty/glibc.git/commit
Add AArch64 HWCAPs from Linux 5.0.
authorJoseph Myers <joseph@codesourcery.com>
Tue, 19 Mar 2019 14:02:17 +0000 (14:02 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Tue, 19 Mar 2019 14:02:17 +0000 (14:02 +0000)
commita2e57f89a35e6056c9488428e68c4889e114ef71
tree95210d645d06b97a6e1377b17eb89485787d06ff
parent78919d3886c9543279ec755a701e279c62b44164
Add AArch64 HWCAPs from Linux 5.0.

This patch adds new AArch64 HWCAPs from Linux 5.0 to the AArch64
bits/hwcap.h and dl-procinfo.c.

Tested (compilation only) with build-many-glibcs.py for
aarch64-linux-gnu.

* sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h (HWCAP_SB): New
macro.
(HWCAP_PACA): Likewise.
(HWCAP_PACG): Likewise.
* sysdeps/unix/sysv/linux/aarch64/dl-procinfo.c (_DL_HWCAP_COUNT):
Increase to 32.
(_dl_aarch64_cap_flags): Add new entries for new HWCAPs.
ChangeLog
sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h
sysdeps/unix/sysv/linux/aarch64/dl-procinfo.c