aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/sparc/xm-sol2.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/sparc/xm-sol2.h')
-rw-r--r--gcc/config/sparc/xm-sol2.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/gcc/config/sparc/xm-sol2.h b/gcc/config/sparc/xm-sol2.h
deleted file mode 100644
index 234ed999d05..00000000000
--- a/gcc/config/sparc/xm-sol2.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#include "sparc/xm-sysv4.h"
-
-/* If not compiled with GNU C, include the system's <alloca.h> header. */
-#ifndef __GNUC__
-#include <alloca.h>
-#endif
-
-/* We have _sys_siglist, but the declaration in <signal.h> conflicts with
- the declarations in collect2.c and mips-tfile.c, so disable the declarations
- in those files. */
-
-#define DONT_DECLARE_SYS_SIGLIST