diff options
author | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-05-01 01:58:32 +0000 |
---|---|---|
committer | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-05-01 01:58:32 +0000 |
commit | 78f1e69852e7cdfd8d8e1a3865f661f5ff6a61da (patch) | |
tree | 61dda7eaae0598174891f72c3dedfbf248220c39 /gcc/config.in | |
parent | 90f960d56f5b3e3e5076b1fc80ee891ee476213d (diff) | |
download | gcc-78f1e69852e7cdfd8d8e1a3865f661f5ff6a61da.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41713 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.in')
-rw-r--r-- | gcc/config.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/config.in b/gcc/config.in index 3d13dea6f7b..60c7b539843 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -221,9 +221,6 @@ /* Define if you have the <nl_types.h> header file. */ #undef HAVE_NL_TYPES_H -/* Define if you have the <stab.h> header file. */ -#undef HAVE_STAB_H - /* Define if you have the <stdbool.h> header file. */ #undef HAVE_STDBOOL_H |