summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@sourceware.org>2017-05-24 22:26:36 +0530
committerSiddhesh Poyarekar <siddhesh@sourceware.org>2017-05-24 22:26:37 +0530
commit6edbe546d6ac243a5e3c2610853f2da53f0507b4 (patch)
treeeb72f71caa86c1f96a621056336bddec3ad9678e /ChangeLog
parent9c450f6f6f0e2089b780d0510ae6153740fc7d1d (diff)
downloadglibc-6edbe546d6ac243a5e3c2610853f2da53f0507b4.tar.gz
glibc-6edbe546d6ac243a5e3c2610853f2da53f0507b4.tar.xz
glibc-6edbe546d6ac243a5e3c2610853f2da53f0507b4.zip
arm: Fix typo in array count
I just noticed that the array count for the hwcap flags list in ARM is
off by 10, i.e. 37 instead of 27.  Following patch fixes this.

	* sysdeps/unix/sysv/linux/arm/dl-procinfo.c
	(_dl_arm_cap_flags): Fix array subscript.
	* sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
	Fix count.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4abd668481..d3f3d6a6fe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2017-05-24  Siddhesh Poyarekar  <siddhesh@sourceware.org>
+
+	* sysdeps/unix/sysv/linux/arm/dl-procinfo.c
+	(_dl_arm_cap_flags): Fix array subscript.
+	* sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
+	Fix count.
+
 2017-05-24  H.J. Lu  <hongjiu.lu@intel.com>
 
 	* sysdeps/x86/cacheinfo.c: Skip if not in libc.