diff options
author | Siddhesh Poyarekar <siddhesh@sourceware.org> | 2018-08-02 23:56:18 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@sourceware.org> | 2018-08-02 23:56:18 +0530 |
commit | 525691bde3b574c4a1800c510db0dd85a70fd9c5 (patch) | |
tree | 7e55de3b8de53dfa0d773a3ec5c12561adaa0c06 | |
parent | dce452dc5278f2985d21315721a6ba802537b862 (diff) | |
download | glibc-525691bde3b574c4a1800c510db0dd85a70fd9c5.tar.gz glibc-525691bde3b574c4a1800c510db0dd85a70fd9c5.tar.xz glibc-525691bde3b574c4a1800c510db0dd85a70fd9c5.zip |
Add ChangeLog for the last commit
-rw-r--r-- | ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index b4aefd64da..f77569eaff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,24 @@ +2018-08-02 Siddhesh Poyarekar <siddhesh@sourceware.org> + + * NEWS: Mention the change. + * elf/dl-tunables.list: Rename tune namespace to cpu. + * sysdeps/powerpc/dl-tunables.list: Likewise. + * sysdeps/x86/dl-tunables.list: Likewise. + * sysdeps/aarch64/dl-tunables.list: Rename tune.cpu to + cpu.name. + * elf/dl-hwcaps.c (_dl_important_hwcaps): Adjust. + * elf/dl-hwcaps.h (GET_HWCAP_MASK): Likewise. + * manual/README.tunables: Likewise. + * manual/tunables.texi: Likewise. + * sysdeps/powerpc/cpu-features.c: Likewise. + * sysdeps/unix/sysv/linux/aarch64/cpu-features.c + (init_cpu_features): Likewise. + * sysdeps/x86/cpu-features.c: Likewise. + * sysdeps/x86/cpu-features.h: Likewise. + * sysdeps/x86/cpu-tunables.c: Likewise. + * sysdeps/x86_64/Makefile: Likewise. + * sysdeps/x86/dl-cet.c: Likewise. + 2018-08-02 Joseph Myers <joseph@codesourcery.com> [BZ #23479] |