From 5715ca64e9a55eb8126698e8425ce467e20b301d Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Mon, 20 May 2002 17:11:53 +0000 Subject: [PATCH] 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 --- gcc/ChangeLog | 4 ++++ gcc/config/mips/linux.h | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2a2afdf70c8..cfa472af112 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 * 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 701e896aa12..419d33afe77 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 -- 2.30.2