From: Richard Stallman Date: Wed, 30 Sep 1992 21:28:24 +0000 (+0000) Subject: Don't use system syms.h on hpux. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=606f392077b7d648d9c53609422a0fa907e6e994;p=gcc.git Don't use system syms.h on hpux. From-SVN: r2286 --- diff --git a/gcc/sdbout.c b/gcc/sdbout.c index 3c337bd1fe7..4fa568dce10 100644 --- a/gcc/sdbout.c +++ b/gcc/sdbout.c @@ -53,7 +53,7 @@ AT&T C compiler. From the example below I would conclude the following: /* Mips systems use the SDB functions to dump out symbols, but do not supply usable syms.h include files. */ -#if defined(USG) && !defined(MIPS) +#if defined(USG) && !defined(MIPS) && !defined (hpux) #include /* Use T_INT if we don't have T_VOID. */ #ifndef T_VOID