aboutsummaryrefslogtreecommitdiff
path: root/gcc/sdbout.c
diff options
context:
space:
mode:
authorZack Weinberg <zack@gcc.gnu.org>2001-05-01 01:58:32 +0000
committerZack Weinberg <zack@gcc.gnu.org>2001-05-01 01:58:32 +0000
commit7719ffbf1ded6d87084c813e56bddd91136dd9f3 (patch)
tree61dda7eaae0598174891f72c3dedfbf248220c39 /gcc/sdbout.c
parente71b34aa4edbf78ac94eaed3d091f187387a0abe (diff)
downloadgcc-7719ffbf1ded6d87084c813e56bddd91136dd9f3.zip
gcc-7719ffbf1ded6d87084c813e56bddd91136dd9f3.tar.gz
gcc-7719ffbf1ded6d87084c813e56bddd91136dd9f3.tar.bz2
dbxout.c, [...]: Always include gstab.h, not system stab.h.
* dbxout.c, mips-tfile.c, config/mips/mips.c, xcoffout.c: Always include gstab.h, not system stab.h. Don't provide default definitions of N_CATCH or N_OPT. Always use the gstab.h variant of STAB_CODE_TYPE. * final.c: Don't include stab.h/gstab.h at all, or provide defaults for N_SLINE and N_SOL. * xcoffout.c: Can assume N_MAIN, N_DSLINE, N_BSLINE, N_BINCL, N_EINCL, N_EXCL, N_M2C, N_SCOPE, N_CATCH, and N_OPT are available. * sdbout.c: Always include gsyms.h instead of system syms.h. * configure.in: No need to check for stab.h. * configure, config.in: Regenerate. * Makefile.in (final.o): Don't depend on gstab.h. From-SVN: r41713
Diffstat (limited to 'gcc/sdbout.c')
-rw-r--r--gcc/sdbout.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/gcc/sdbout.c b/gcc/sdbout.c
index dfccee0..a576719 100644
--- a/gcc/sdbout.c
+++ b/gcc/sdbout.c
@@ -56,22 +56,7 @@ AT&T C compiler. From the example below I would conclude the following:
#include "toplev.h"
#include "ggc.h"
#include "tm_p.h"
-
-/* Mips systems use the SDB functions to dump out symbols, but do not
- supply usable syms.h include files. Which syms.h file to use is a
- target parameter so don't use the native one if we're cross compiling. */
-
-#if defined(USG) && !defined(MIPS) && !defined (hpux) && !defined(_WIN32) && !defined(__linux__) && !defined(__INTERIX) && !defined(CROSS_COMPILE)
-#include <syms.h>
-/* Use T_INT if we don't have T_VOID. */
-#ifndef T_VOID
-#define T_VOID T_INT
-#endif
-#else
#include "gsyms.h"
-#endif
-
-/* #include <storclass.h> used to be this instead of syms.h. */
/* 1 if PARM is passed to this function in memory. */