arm: Fix typo in array count
commit6edbe546d6ac243a5e3c2610853f2da53f0507b4
authorSiddhesh Poyarekar <siddhesh@sourceware.org>
Wed, 24 May 2017 16:56:36 +0000 (24 22:26 +0530)
committerSiddhesh Poyarekar <siddhesh@sourceware.org>
Wed, 24 May 2017 16:56:37 +0000 (24 22:26 +0530)
treeeb72f71caa86c1f96a621056336bddec3ad9678e
parent9c450f6f6f0e2089b780d0510ae6153740fc7d1d
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.
ChangeLog
sysdeps/unix/sysv/linux/arm/dl-procinfo.c
sysdeps/unix/sysv/linux/arm/dl-procinfo.h