diff options
| author | Szabolcs Nagy <szabolcs.nagy@arm.com> | 2017-07-04 11:54:51 +0100 |
|---|---|---|
| committer | Szabolcs Nagy <szabolcs.nagy@arm.com> | 2017-07-17 09:24:08 +0100 |
| commit | 512d245bc30cca893db6979f42f058e734f345c3 (patch) | |
| tree | 0c0ab33fa78df99725eae9fb398e48fccaeb1ab9 /ChangeLog | |
| parent | 1903b38c6599129d9c09d5cffc9ca7cbeb50b100 (diff) | |
| download | glibc-512d245bc30cca893db6979f42f058e734f345c3.tar.xz glibc-512d245bc30cca893db6979f42f058e734f345c3.zip | |
Add HWCAP_ macros from Linux 4.12 to AArch64 bits/hwcap.h.
This patch adds the HWCAP_JSCVT, HWCAP_FCMA and HWCAP_LRCPC macros
from Linux 4.12 to the AArch64 bits/hwcap.h.
* sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h (HWCAP_FCMA): New macro.
(HWCAP_JSCVT, HWCAP_LRCPC): Likewise.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2017-07-17 Szabolcs Nagy <szabolcs.nagy@arm.com> + + * sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h (HWCAP_FCMA): New macro. + (HWCAP_JSCVT, HWCAP_LRCPC): Likewise. + 2017-07-16 John David Anglin <danglin@gcc.gnu.org> * sysdeps/hppa/dl-trampoline.S (_dl_runtime_resolve): Return to caller |
