aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/mips/xm-sysv4.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/mips/xm-sysv4.h')
-rw-r--r--gcc/config/mips/xm-sysv4.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/gcc/config/mips/xm-sysv4.h b/gcc/config/mips/xm-sysv4.h
deleted file mode 100644
index 490a7722995..00000000000
--- a/gcc/config/mips/xm-sysv4.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#include "mips/xm-sysv.h"
-
-/* SVR4 provides no sys_siglist,
- but does offer the same data under another name. */
-#define sys_siglist _sys_siglist
-
-/* There is a declaration in /usr/include/signal.h that conflicts with the
- declarations in collect2.c and mips-tfile.c, so disable gcc's declarations.
- This is at least true for CDC's EP/IX 2.1.1. It is suspected to be true
- for RISC/OS 5.x also. */
-#define DONT_DECLARE_SYS_SIGLIST