This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch google/grte/v5-2.27/master updated. glibc-2.27-154-g86a1862


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, google/grte/v5-2.27/master has been updated
       via  86a18628991faaeb23eaaf5c809f08b87d5c7e9d (commit)
      from  e1c1d33725d946279400af6d812a339fb9c8fa47 (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=86a18628991faaeb23eaaf5c809f08b87d5c7e9d

commit 86a18628991faaeb23eaaf5c809f08b87d5c7e9d
Author: Stan Shebs <stanshebs@google.com>
Date:   Wed Sep 26 08:06:14 2018 -0700

    Add workaround for clang link failure in elf/tst-unique4

diff --git a/elf/Makefile b/elf/Makefile
index b9ea539..3009c0d 100644
--- a/elf/Makefile
+++ b/elf/Makefile
@@ -1294,6 +1294,11 @@ $(objpfx)tst-unique2.out: $(objpfx)tst-unique2mod2.so
 $(objpfx)tst-unique3: $(libdl) $(objpfx)tst-unique3lib.so
 $(objpfx)tst-unique3.out: $(objpfx)tst-unique3lib2.so
 
+# clang optimization drops seemingly-unused instantiations
+ifeq ($(with-clang),yes)
+CFLAGS-tst-unique4lib.cc += -O0
+endif
+
 $(objpfx)tst-unique4: $(objpfx)tst-unique4lib.so
 
 $(objpfx)tst-nodelete: $(libdl)

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

Summary of changes:
 elf/Makefile |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]