aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2016-12-20 11:01:05 +0100
committerFlorian Weimer <fweimer@redhat.com>2016-12-20 11:08:10 +0100
commit8d71242eb7a85860bc4f7cef5463ad61e2ea19b2 (patch)
treed57bf0561ac438e602caca024bf507a6f5eb8c20 /ChangeLog
parent525f803984f278e65dc07ca1156bdeca63755810 (diff)
downloadglibc-8d71242eb7a85860bc4f7cef5463ad61e2ea19b2.tar.xz
glibc-8d71242eb7a85860bc4f7cef5463ad61e2ea19b2.zip
Do not require memset elimination in explicit_bzero test
Some targets fail to apply dead store elimination to the memset call in setup_ordinary_clear. Before this commit, this causes the test case to fail. Instead, the test case now logs lack of memset elimination as an informational message.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3e6a39fe52..8cdcae68fb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2016-12-20 Florian Weimer <fweimer@redhat.com>
+
+ Do not require memset elimination in explicit_bzero test.
+ * string/tst-xbzero-opt.c (prepare_test_buffer): Force inlining.
+ (enum test_expectation): Add NO_EXPECTATIONS.
+ (subtests): NO_EXPECTATIONS for ordinary clear.
+ (check_test_buffer): Handle NO_EXPECTATIONS.
+ * string/Makefile (CFLAGS-tst-xbzero-opt.c): Compile with -O3.
+
2016-12-20 Joseph Myers <joseph@codesourcery.com>
* math/bits/mathcalls.h [__GLIBC_USE (IEC_60559_BFP_EXT)]