]> gcc.gnu.org Git - gcc.git/commit - gcc/configure
dbxout.c, [...]: Always include gstab.h, not system stab.h.
authorZack Weinberg <zack@gcc.gnu.org>
Tue, 1 May 2001 01:58:32 +0000 (01:58 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Tue, 1 May 2001 01:58:32 +0000 (01:58 +0000)
commit7719ffbf1ded6d87084c813e56bddd91136dd9f3
tree61dda7eaae0598174891f72c3dedfbf248220c39
parente71b34aa4edbf78ac94eaed3d091f187387a0abe
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
gcc/ChangeLog
gcc/Makefile.in
gcc/config.in
gcc/config/mips/mips.c
gcc/configure
gcc/configure.in
gcc/dbxout.c
gcc/final.c
gcc/mips-tfile.c
gcc/sdbout.c
gcc/xcoffout.c
This page took 0.059931 seconds and 5 git commands to generate.