]> sourceware.org Git - glibc.git/commit
Add AArch64 hwcap values from Linux 4.17.
authorJoseph Myers <joseph@codesourcery.com>
Tue, 5 Jun 2018 15:51:12 +0000 (15:51 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Tue, 5 Jun 2018 15:51:12 +0000 (15:51 +0000)
commit0c1c33b2f5269cce6499ef8f8d1a291f2674a8fd
tree1aa7fee4d1bd31ac889b1589569c5efce91af2a1
parentbef1cbf4da54aeb213e2542ccfdfebb22fb15820
Add AArch64 hwcap values from Linux 4.17.

Linux 4.17 adds four new AArch64 hwcap values.  This patch adds them
to glibc's AArch64 bits/hwcap.h, with corresponding dl-procinfo.c
updates.

Tested with build-many-glibcs.py for aarch64.

* sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h (HWCAP_DIT): New
macro.
(HWCAP_USCAT): Likewise.
(HWCAP_ILRCPC): Likewise.
(HWCAP_FLAGM): Likewise.
* sysdeps/unix/sysv/linux/aarch64/dl-procinfo.c (_DL_HWCAP_COUNT):
Increase to 28.
(_dl_aarch64_cap_flags): Add new flag names.
ChangeLog
sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h
sysdeps/unix/sysv/linux/aarch64/dl-procinfo.c
This page took 0.040689 seconds and 5 git commands to generate.