From 0833cecd26de9cd53de834ec8f79d699a8f6e76b Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Thu, 30 Apr 2015 16:25:46 +0000 Subject: 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. --- sysdeps/unix/sysv/linux/mips/mips32/waitid.c | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 sysdeps/unix/sysv/linux/mips/mips32/waitid.c (limited to 'sysdeps/unix/sysv/linux/mips/mips32') 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 c18a57c0ec..0000000000 --- a/sysdeps/unix/sysv/linux/mips/mips32/waitid.c +++ /dev/null @@ -1,7 +0,0 @@ -#include - -/* 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 -- cgit 1.4.1