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.20-323-g48c4329


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  48c43298bf8490444fe2d36646a6fc4eb489c323 (commit)
      from  c153ac9f1b6302a6e778f1480ca5ff593be245c5 (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=48c43298bf8490444fe2d36646a6fc4eb489c323

commit 48c43298bf8490444fe2d36646a6fc4eb489c323
Author: Steve Ellcey <sellcey@mips.com>
Date:   Wed Dec 10 13:46:28 2014 -0800

    2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
    
    	* debug/warning-nop.c: Add used atrribute.

diff --git a/ChangeLog b/ChangeLog
index 0e060b3..a11df81 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
+
+	* debug/warning-nop.c: Add used atrribute.
+
 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
 
 	* sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
diff --git a/debug/warning-nop.c b/debug/warning-nop.c
index 2a16f27..2064310 100644
--- a/debug/warning-nop.c
+++ b/debug/warning-nop.c
@@ -36,6 +36,7 @@
 #include <sys/cdefs.h>
 
 static void
+__attribute__ ((used))
 nop (void)
 {
 }

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

Summary of changes:
 ChangeLog           |    4 ++++
 debug/warning-nop.c |    1 +
 2 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]