aarch64: make HWCAP updates less error prone
commitafce1991f6f61514172696ec3edf93331cb0e04f
authorSzabolcs Nagy <szabolcs.nagy@arm.com>
Thu, 11 Jan 2018 17:21:46 +0000 (11 17:21 +0000)
committerSzabolcs Nagy <szabolcs.nagy@arm.com>
Tue, 16 Jan 2018 18:50:34 +0000 (16 18:50 +0000)
treee5d3400000da4748a5290fb7db330c18e279fe8e
parentb725132d2b0aeddf970b1ce3e5a24f8637a7b4c2
aarch64: make HWCAP updates less error prone

Remove unused _DL_HWCAP_LAST definition and move _DL_HWCAP_COUNT
where it is needed (dl-procinfo.h always includes dl-procinfo.c).

* sysdeps/unix/sysv/linux/aarch64/dl-procinfo.h
(_DL_HWCAP_LAST): Remove.
(_DL_HWCAP_COUNT): Move to ...
* sysdeps/unix/sysv/linux/aarch64/dl-procinfo.c
(_DL_HWCAP_COUNT): ... here.
ChangeLog
sysdeps/unix/sysv/linux/aarch64/dl-procinfo.c
sysdeps/unix/sysv/linux/aarch64/dl-procinfo.h