GNU C Library master sources branch master updated. glibc-2.26.9000-1127-gb725132

fw@sourceware.org fw@sourceware.org
Tue Jan 16 07:07:00 GMT 2018


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  b725132d2b0aeddf970b1ce3e5a24f8637a7b4c2 (commit)
      from  c9e613a728b9eaf0713b5a5970bb9ad4984fc688 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=b725132d2b0aeddf970b1ce3e5a24f8637a7b4c2

commit b725132d2b0aeddf970b1ce3e5a24f8637a7b4c2
Author: Florian Weimer <fweimer@redhat.com>
Date:   Tue Jan 16 07:19:28 2018 +0100

    nptl/tst-minstack-throw: Compile in C++11 mode with GNU extensions

diff --git a/ChangeLog b/ChangeLog
index 8abc78b..26914f7 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-15  Alan Hayward  <alan.hayward@arm.com>
 
 	* elf/elf.h (NT_ARM_SVE): Define.
diff --git a/nptl/Makefile b/nptl/Makefile
index d59caa5..a11a25b 100644
--- a/nptl/Makefile
+++ b/nptl/Makefile
@@ -231,6 +231,7 @@ CFLAGS-tst-thread_local1.o = -std=gnu++11
 LDLIBS-tst-thread_local1 = -lstdc++
 CFLAGS-tst-thread-exit-clobber.o = -std=gnu++11
 LDLIBS-tst-thread-exit-clobber = -lstdc++
+CFLAGS-tst-minstack-throw.o = -std=gnu++11
 LDLIBS-tst-minstack-throw = -lstdc++
 
 tests = tst-attr1 tst-attr2 tst-attr3 tst-default-attr \

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog     |    5 +++++
 nptl/Makefile |    1 +
 2 files changed, 6 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources



More information about the Glibc-cvs mailing list