diff options
author | H.J. Lu <hjl@gnu.org> | 2002-05-20 17:11:53 +0000 |
---|---|---|
committer | H.J. Lu <hjl@gcc.gnu.org> | 2002-05-20 10:11:53 -0700 |
commit | 5715ca64e9a55eb8126698e8425ce467e20b301d (patch) | |
tree | fd979ff0887fd6a60d65a0211a5e53a22d90e25a /gcc | |
parent | 00b89f0133538bd097fbfec0325bd84a2a6987c2 (diff) | |
download | gcc-5715ca64e9a55eb8126698e8425ce467e20b301d.zip gcc-5715ca64e9a55eb8126698e8425ce467e20b301d.tar.gz gcc-5715ca64e9a55eb8126698e8425ce467e20b301d.tar.bz2 |
linux.h (SDB_DEBUGGING_INFO): Undefine.
2002-05-20 H.J. Lu (hjl@gnu.org)
* gcc/config/mips/linux.h (SDB_DEBUGGING_INFO): Undefine.
From-SVN: r53668
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/mips/linux.h | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2a2afdf..cfa472a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-05-20 H.J. Lu (hjl@gnu.org) + + * gcc/config/mips/linux.h (SDB_DEBUGGING_INFO): Undefine. + 2002-05-20 Nick Clifton <nickc@cambridge.redhat.com> * config/arm/arm-wince-pe.h (ASM_SPEC): Pass -mcpu and -march diff --git a/gcc/config/mips/linux.h b/gcc/config/mips/linux.h index 701e896..419d33a 100644 --- a/gcc/config/mips/linux.h +++ b/gcc/config/mips/linux.h @@ -282,3 +282,7 @@ void FN () \ presence of $gp-relative calls. */ #undef ASM_OUTPUT_REG_PUSH #undef ASM_OUTPUT_REG_POP + +/* The current Linux binutils uses MIPS_STABS_ELF and doesn't support + COFF. */ +#undef SDB_DEBUGGING_INFO |