Commit 5cd5f4a7 by Jim Wilson

Fix i386-pc-solaris2.5.1 _sys_siglistp redeclaration error.

	* i386/xm-sysv4.h (DONT_DECLARE_SYS_SIGLIST): Define.

From-SVN: r15001
parent 63e7fe9b
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>
......
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment