From f5e795cee68cc5f46bc65184e78aa84aa909b4a0 Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Fri, 20 Jan 1995 17:33:08 -0800 Subject: [PATCH] (syms.h): Don't include under Linux. From-SVN: r8780 --- gcc/sdbout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 /* Use T_INT if we don't have T_VOID. */ #ifndef T_VOID -- 2.30.2