aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSteve Ellcey <sellcey@caviumnetworks.com>2017-09-08 10:59:53 -0700
committerSteve Ellcey <sellcey@caviumnetworks.com>2017-09-08 10:59:53 -0700
commitf00bce744e12996a30b7ac5851b001b1dd7beaa9 (patch)
tree180652712380b8c1e2deeb7c73d80210e3a2f7e7 /ChangeLog
parentaf1b7c8ca2fa46fc52c6801869f7f54579be8a23 (diff)
downloadglibc-f00bce744e12996a30b7ac5851b001b1dd7beaa9.zip
glibc-f00bce744e12996a30b7ac5851b001b1dd7beaa9.tar.gz
glibc-f00bce744e12996a30b7ac5851b001b1dd7beaa9.tar.bz2
Fix glibc.tune.cpu tunable handling
* sysdeps/unix/sysv/linux/aarch64/cpu-features.c (get_midr_from_mcpu): Use strcmp instead of tunable_is_name.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9f085b7..8ee6a05 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-09-08 Steve Ellcey <sellcey@cavium.com>
+
+ * sysdeps/unix/sysv/linux/aarch64/cpu-features.c (get_midr_from_mcpu):
+ Use strcmp instead of tunable_is_name.
+
2017-09-08 Joseph Myers <joseph@codesourcery.com>
* sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]