aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2018-01-16 07:19:28 +0100
committerAurelien Jarno <aurelien@aurel32.net>2018-12-28 15:13:25 +0100
commitd8d97c0539c4258ecf8d46a184e853acad577199 (patch)
tree6c225d867c3d8a3d73c9f0d291cd23c29c0892a4
parent9ae4fa0c5b5087f3a1391753d54d7f3086224f77 (diff)
downloadglibc-d8d97c0539c4258ecf8d46a184e853acad577199.tar
glibc-d8d97c0539c4258ecf8d46a184e853acad577199.tar.gz
glibc-d8d97c0539c4258ecf8d46a184e853acad577199.tar.bz2
glibc-d8d97c0539c4258ecf8d46a184e853acad577199.zip
nptl/tst-minstack-throw: Compile in C++11 mode with GNU extensions
(cherry picked from commit b725132d2b0aeddf970b1ce3e5a24f8637a7b4c2)
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1062e4fa59..4d6686a9f5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2018-01-16 Florian Weimer <fweimer@redhat.com>
+
+ * nptl/Makefile (CFLAGS-tst-minstack-throw.o): Compile in C++11
+ mode with GNU extensions.
+
2018-01-11 Florian Weimer <fweimer@redhat.com>
[BZ #22636]