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.21-296-g0833cec


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  0833cecd26de9cd53de834ec8f79d699a8f6e76b (commit)
      from  45c2c5640354b52e5d7acd0a14748e76887d4081 (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=0833cecd26de9cd53de834ec8f79d699a8f6e76b

commit 0833cecd26de9cd53de834ec8f79d699a8f6e76b
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Thu Apr 30 16:25:46 2015 +0000

    Remove MIPS version of waitid.c.
    
    Since glibc is no longer built with -Winline, a special MIPS version
    of waitid.c to disable -Winline is no longer needed, and this patch
    removes it.  Tested that glibc does indeed build with the patch
    applied.
    
    	* sysdeps/unix/sysv/linux/mips/mips32/waitid.c: Remove file.

diff --git a/ChangeLog b/ChangeLog
index cf5a52c..c386cab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-04-30  Joseph Myers  <joseph@codesourcery.com>
+
+	* sysdeps/unix/sysv/linux/mips/mips32/waitid.c: Remove file.
+
 2015-04-29  Roland McGrath  <roland@hack.frob.com>
 
 	* sysdeps/nacl/bits/typesizes.h (__CLOCK_T_TYPE): Use __SLONGWORD_TYPE.
diff --git a/sysdeps/unix/sysv/linux/mips/mips32/waitid.c b/sysdeps/unix/sysv/linux/mips/mips32/waitid.c
deleted file mode 100644
index c18a57c..0000000
--- a/sysdeps/unix/sysv/linux/mips/mips32/waitid.c
+++ /dev/null
@@ -1,7 +0,0 @@
-#include <libc-internal.h>
-
-/* MIPS forces a frame pointer for five-argument syscalls using
-   alloca, so resulting in "inlining failed in call to 'do_waitid':
-   function not inlinable".  */
-DIAG_IGNORE_NEEDS_COMMENT (4.9, "-Winline");
-#include <sysdeps/unix/sysv/linux/waitid.c>

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

Summary of changes:
 ChangeLog                                    |    4 ++++
 sysdeps/unix/sysv/linux/mips/mips32/waitid.c |    7 -------
 2 files changed, 4 insertions(+), 7 deletions(-)
 delete mode 100644 sysdeps/unix/sysv/linux/mips/mips32/waitid.c


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]