about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2018-01-16 16:46:00 +0100
committerFlorian Weimer <fweimer@redhat.com>2018-01-16 21:46:37 +0100
commit10d200dbace0ea5198006b313f40c3b884c88724 (patch)
tree7386c6aa973985014e5750767561e395c0b43f30 /ChangeLog
parent953c49cc3bb1041090281042148197ad3537c551 (diff)
downloadglibc-10d200dbace0ea5198006b313f40c3b884c88724.tar.gz
glibc-10d200dbace0ea5198006b313f40c3b884c88724.tar.xz
glibc-10d200dbace0ea5198006b313f40c3b884c88724.zip
nptl/tst-thread-exit-clobber: Run with any C++ compiler
We do not need thread_local support in the C++11 comiler, and the
minimum GCC version for glibc has C++11 support (if it has C++ support).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ce13e85838..9d96be03d8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2018-01-16  Florian Weimer  <fweimer@redhat.com>
+
+	* nptl/Makefile [$(have-cxx-thread_local)] (tests-unsupported):
+	Move tst-thread-exit-clobber ...
+	[$(CXX)] (tests-unsupported): ... to here.
+
 2018-01-16  Szabolcs Nagy  <szabolcs.nagy@arm.com>
 
 	* sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h (HWCAP_SHA3): Define.