diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 1999-12-28 16:36:09 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 1999-12-28 16:36:09 +0000 |
commit | 2d092ffaf506459d773147db3be18cf915bd8b36 (patch) | |
tree | 18b42f756a8c8971f53100c778f023683b12ea9b /gcc/config/i386/xm-mingw32.h | |
parent | ce1531ab62c5c12035ff1d96e8f18e34a8553942 (diff) | |
download | gcc-2d092ffaf506459d773147db3be18cf915bd8b36.tar.gz |
configure.in (AC_DECL_SYS_SIGLIST, [...]): Don't use.
* configure.in (AC_DECL_SYS_SIGLIST, xm-siglist.h,
arm/xm-netbsd.h, NO_SYS_SIGLIST): Don't use.
* xm-siglist.h, arm/xm-netbsd.h, mips/xm-news.h, mips/xm-sysv4.h:
Delete files.
* gcc.texi (NO_SYS_SIGLIST, sys_siglist, SYS_SIGLIST_DECLARED):
Delete descriptions.
* i386/osf1elf.h, i386/xm-cygwin.h, i386/xm-mingw32.h, m68k/3b1.h,
m68k/a-ux.h, m68k/dpx2.h, m68k/plexus.h, m68k/xm-hp320.h,
m88k/xm-m88k.h, mips/x-sni-svr4, pa/xm-pa.h, pa/xm-pahpux.h,
pa/xm-papro.h, we32k/xm-we32k.h, winnt/xm-winnt.h, xm-interix.h,
xm-svr4.h: Remove all instances of sys_siglist handling.
From-SVN: r31109
Diffstat (limited to 'gcc/config/i386/xm-mingw32.h')
-rw-r--r-- | gcc/config/i386/xm-mingw32.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/config/i386/xm-mingw32.h b/gcc/config/i386/xm-mingw32.h index 6872580f33e..2217bf36077 100644 --- a/gcc/config/i386/xm-mingw32.h +++ b/gcc/config/i386/xm-mingw32.h @@ -31,7 +31,6 @@ Boston, MA 02111-1307, USA. */ #define USE_PROTOTYPES 1 #endif -#define NO_SYS_SIGLIST 1 #define environ _environ /* Even though we support "/", allow "\" since everybody tests both. */ |