aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Wilson <wilson@gcc.gnu.org>1997-08-29 19:21:34 -0700
committerJim Wilson <wilson@gcc.gnu.org>1997-08-29 19:21:34 -0700
commit5cd5f4a7b2ef74539d5ed17de4fee6ba3ca6c0e5 (patch)
treeb92bdc618fd82bd443e294f70483315b0dad13bd
parent63e7fe9ba41df48e63a3a837a340f2e872421d4e (diff)
downloadgcc-5cd5f4a7b2ef74539d5ed17de4fee6ba3ca6c0e5.zip
gcc-5cd5f4a7b2ef74539d5ed17de4fee6ba3ca6c0e5.tar.gz
gcc-5cd5f4a7b2ef74539d5ed17de4fee6ba3ca6c0e5.tar.bz2
Fix i386-pc-solaris2.5.1 _sys_siglistp redeclaration error.
* i386/xm-sysv4.h (DONT_DECLARE_SYS_SIGLIST): Define. From-SVN: r15001
-rw-r--r--gcc/ChangeLog6
-rw-r--r--gcc/config/i386/xm-sysv4.h6
2 files changed, 11 insertions, 1 deletions
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 <wilson@cygnus.com>
+
+ * 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 <wilson@cygnus.com>
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 <wilson@cygnus.com>
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 <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