summaryrefslogtreecommitdiff
path: root/gcc/mips-tfile.c
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/mips-tfile.c
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/mips-tfile.c')
-rw-r--r--gcc/mips-tfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/mips-tfile.c b/gcc/mips-tfile.c
index 4cd18d0fb46..4fb2f31ec04 100644
--- a/gcc/mips-tfile.c
+++ b/gcc/mips-tfile.c
@@ -1767,7 +1767,7 @@ extern int optind;
extern int opterr;
extern char *version_string;
#ifndef NO_SYS_SIGLIST
-#ifndef DONT_DECLARE_SYS_SIGLIST
+#ifndef SYS_SIGLIST_DECLARED
extern char *sys_siglist[NSIG + 1];
#endif
#endif