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 master updated. glibc-2.23-536-g87523e9


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  87523e9c3605037cee54bbc6bd7a040a15979cc1 (commit)
      from  f175e375136e38737753a68b4ae026f768ee9466 (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=87523e9c3605037cee54bbc6bd7a040a15979cc1

commit 87523e9c3605037cee54bbc6bd7a040a15979cc1
Author: Andreas Schwab <schwab@linux-m68k.org>
Date:   Mon Jul 4 23:11:49 2016 +0200

    m68k: suppress -Wframe-address warning

diff --git a/ChangeLog b/ChangeLog
index 29a92f5..48cd1d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-07-04  Andreas Schwab  <schwab@linux-m68k.org>
+
+	* sysdeps/m68k/Makefile (CFLAGS-mcount.c): Define.
+
 2016-07-01  Maciej W. Rozycki  <macro@imgtec.com>
 
 	* sysdeps/generic/ldsodefs.h
diff --git a/sysdeps/m68k/Makefile b/sysdeps/m68k/Makefile
index 22a961c..4d5515d 100644
--- a/sysdeps/m68k/Makefile
+++ b/sysdeps/m68k/Makefile
@@ -43,3 +43,7 @@ endif
 ifeq ($(subdir),elf)
 CFLAGS-rtld.c += -Wno-uninitialized -Wno-unused
 endif
+
+ifeq ($(subdir),gmon)
+CFLAGS-mcount.c += -Wno-frame-address
+endif

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

Summary of changes:
 ChangeLog             |    4 ++++
 sysdeps/m68k/Makefile |    4 ++++
 2 files changed, 8 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]