From 5cd5f4a7b2ef74539d5ed17de4fee6ba3ca6c0e5 Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Fri, 29 Aug 1997 19:21:34 -0700 Subject: [PATCH] Fix i386-pc-solaris2.5.1 _sys_siglistp redeclaration error. * i386/xm-sysv4.h (DONT_DECLARE_SYS_SIGLIST): Define. From-SVN: r15001 --- gcc/ChangeLog | 6 +++++- gcc/config/i386/xm-sysv4.h | 6 ++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index dd03361..cc579a7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Fri Aug 29 19:19:54 1997 Jim Wilson + + * i386/xm-sysv4.h (DONT_DECLARE_SYS_SIGLIST): Define. + Fri Aug 29 16:13:51 1997 Jeffrey A Law (law@cygnus.com) * pa.md (reload_peepholes): Make sure operand is a REG before @@ -9,7 +13,7 @@ Fri Aug 29 11:42:04 1997 Jim Wilson Fri Aug 29 09:33:20 1997 Philipp Thomas (kthomas@lxi165.gwdg.de) - * dwarfout2.c (build_abbrev_table): Use xrealloc, not xmalloc + * dwarf2out.c (build_abbrev_table): Use xrealloc, not xmalloc to reallocate abbrev_die_table. Thu Aug 28 15:14:46 1997 Jim Wilson diff --git a/gcc/config/i386/xm-sysv4.h b/gcc/config/i386/xm-sysv4.h index 49d52b4..cf111a0 100644 --- a/gcc/config/i386/xm-sysv4.h +++ b/gcc/config/i386/xm-sysv4.h @@ -14,3 +14,9 @@ /* Univel, at least, has a small ARG_MAX. Defining this is harmless except for causing extra stat calls in the driver program. */ #define SMALL_ARG_MAX + +/* We have _sys_siglist, but the declaration in conflicts with + the declarations in collect2.c and mips-tfile.c, so disable the declarations + in those files. */ + +#define DONT_DECLARE_SYS_SIGLIST -- 2.7.4