diff mbox

Remove MIPS version of waitid.c [committed]

Message ID alpine.DEB.2.10.1504301626100.23221@digraph.polyomino.org.uk
State New
Headers show

Commit Message

Joseph Myers April 30, 2015, 4:26 p.m. UTC
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.  Committed.

2015-04-30  Joseph Myers  <joseph@codesourcery.com>

	* sysdeps/unix/sysv/linux/mips/mips32/waitid.c: Remove file.
diff mbox

Patch

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>