]> git.ipfire.org Git - thirdparty/glibc.git/commit
aarch64: Add hwcap string routines
authorSiddhesh Poyarekar <siddhesh@sourceware.org>
Thu, 25 May 2017 10:04:55 +0000 (15:34 +0530)
committerSiddhesh Poyarekar <siddhesh@sourceware.org>
Wed, 7 Jun 2017 05:41:40 +0000 (11:11 +0530)
commitea01a4da219011f4a4db97eef3c5bfc2f6e8fc6b
treef4af70c68c6e95a99d5a78ccb401388ba6b41e37
parent511c5a1087991108118c6e9c9546e83e992bf39c
aarch64: Add hwcap string routines

Add support for routines in dl-procinfo.h to show string versions of
HWCAP entries when a program is invoked with the LD_SHOW_AUXV
environment variable set and also to aid in path resolution for
ldconfig.

* sysdeps/unix/sysv/linux/aarch64/dl-procinfo.c
(_dl_aarch64_cap_flags): New array.
* sysdeps/unix/sysv/linux/aarch64/dl-procinfo.h
(_dl_hwcap_string, _dl_string_hwcap, _dl_procinfo): Implement
functions.
ChangeLog
sysdeps/unix/sysv/linux/aarch64/dl-procinfo.c
sysdeps/unix/sysv/linux/aarch64/dl-procinfo.h