summaryrefslogtreecommitdiff
path: root/gcc/config/sparc
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1997-09-01 14:57:29 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1997-09-01 14:57:29 +0000
commit8f41eb1cb98b507dd0b125a11dac563dcf3e6ee3 (patch)
tree4071a96b1d8566a1410fbad98dd470a21b3d2b59 /gcc/config/sparc
parent6c8e3918802f1b178c6869d8f2c1aa40bbb7c933 (diff)
downloadgcc-8f41eb1cb98b507dd0b125a11dac563dcf3e6ee3.tar.gz
* collect2.c: Change DONT_DECLARE_SYS_SIGLIST to SYS_SIGLIST_DECLARED.
* mips-tfile.c: Likewise. * gcc.texi: DONT_DECLARE_SYS_SIGLIST: Remove docs. * xm-linux.h (DONT_DECLARE_SYS_SIGLIST): Delete definition. * xm-freebsd.h, xm-bsd386.h, xm-sysv4.h, xm-sol2.h: Likewise. * configure.in: Check for sys_siglist declaration. * configure, config.in: Rebuilt. Fix conflicting sys_siglist decls once and for all. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@15007 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/sparc')
-rw-r--r--gcc/config/sparc/xm-sol2.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/config/sparc/xm-sol2.h b/gcc/config/sparc/xm-sol2.h
index 234ed999d05..a799f12b946 100644
--- a/gcc/config/sparc/xm-sol2.h
+++ b/gcc/config/sparc/xm-sol2.h
@@ -4,9 +4,3 @@
#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