diff options
author | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 1995-01-21 01:33:08 +0000 |
---|---|---|
committer | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 1995-01-21 01:33:08 +0000 |
commit | 9b4ab55bc3293de4167a9f5fc34d522d5cf47200 (patch) | |
tree | e0ed3ca1c0a1d68937504977526027b9fbac4c43 /gcc/sdbout.c | |
parent | ab9d20544696a3e74dc294271656a2b538e2c77d (diff) | |
download | gcc-9b4ab55bc3293de4167a9f5fc34d522d5cf47200.tar.gz |
(syms.h): Don't include under Linux.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@8780 138bc75d-0d04-0410-961f-82ee72b054a4
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 d299b7829a7..cf95f15bf85 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 |