summaryrefslogtreecommitdiffstats
path: root/gcc/sdbout.c
diff options
context:
space:
mode:
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>1992-09-30 21:28:24 +0000
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>1992-09-30 21:28:24 +0000
commit9535e5d1d830742e505600efc680c07a211a6bfd (patch)
tree174b6f406aadbc7705c5e4882660356447c19f07 /gcc/sdbout.c
parent8cc4c881c405dc33801c64b053d53fabb4ceb4b7 (diff)
downloadppe42-gcc-9535e5d1d830742e505600efc680c07a211a6bfd.tar.gz
ppe42-gcc-9535e5d1d830742e505600efc680c07a211a6bfd.zip
Don't use system syms.h on hpux.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@2286 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/sdbout.c')
-rw-r--r--gcc/sdbout.c2
1 files changed, 1 insertions, 1 deletions
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 <syms.h>
/* Use T_INT if we don't have T_VOID. */
#ifndef T_VOID
OpenPOWER on IntegriCloud