summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2018-06-05 15:51:12 +0000
committerJoseph Myers <joseph@codesourcery.com>2018-06-05 15:51:12 +0000
commit0c1c33b2f5269cce6499ef8f8d1a291f2674a8fd (patch)
tree1aa7fee4d1bd31ac889b1589569c5efce91af2a1 /ChangeLog
parentbef1cbf4da54aeb213e2542ccfdfebb22fb15820 (diff)
downloadglibc-0c1c33b2f5269cce6499ef8f8d1a291f2674a8fd.tar.gz
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ce40d41c8b..a3bc2bf31e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2018-06-05 Joseph Myers <joseph@codesourcery.com>
+ * 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.
+
* sysdeps/unix/sysv/linux/aarch64/bits/mman.h [__USE_MISC]
(MAP_FIXED_NOREPLACE): New macro.
* sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_MISC]