diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1995-01-20 17:33:08 -0800 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1995-01-20 17:33:08 -0800 |
commit | f5e795cee68cc5f46bc65184e78aa84aa909b4a0 (patch) | |
tree | e0ed3ca1c0a1d68937504977526027b9fbac4c43 /gcc/sdbout.c | |
parent | 5eeedd4d9e8e8c73c2263f1442d89f357ec6ff73 (diff) | |
download | gcc-f5e795cee68cc5f46bc65184e78aa84aa909b4a0.zip gcc-f5e795cee68cc5f46bc65184e78aa84aa909b4a0.tar.gz gcc-f5e795cee68cc5f46bc65184e78aa84aa909b4a0.tar.bz2 |
(syms.h): Don't include under Linux.
From-SVN: r8780
Diffstat (limited to 'gcc/sdbout.c')
-rw-r--r-- | gcc/sdbout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/sdbout.c b/gcc/sdbout.c index d299b78..cf95f15 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) && !defined (hpux) && !defined(WINNT) +#if defined(USG) && !defined(MIPS) && !defined (hpux) && !defined(WINNT) && !defined(__linux__) #include <syms.h> /* Use T_INT if we don't have T_VOID. */ #ifndef T_VOID |