From: H.J. Lu Date: Mon, 20 May 2002 17:11:53 +0000 (+0000) Subject: linux.h (SDB_DEBUGGING_INFO): Undefine. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5715ca64e9a55eb8126698e8425ce467e20b301d;p=gcc.git 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 --- 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