From a6b02ef3f8900233796c0a7424a939b92476aadf Mon Sep 17 00:00:00 2001 From: Rainer Orth Date: Fri, 7 May 2010 09:21:23 +0000 Subject: [PATCH] dbxmdebug.h: Remove. * config/mips/dbxmdebug.h: Remove. * config.gcc (mips-sgi-irix6.5*): Remove mips/dbxmdebug.h. From-SVN: r159147 --- gcc/ChangeLog | 5 +++++ gcc/config.gcc | 2 +- gcc/config/mips/dbxmdebug.h | 6 ------ 3 files changed, 6 insertions(+), 7 deletions(-) delete mode 100644 gcc/config/mips/dbxmdebug.h diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f1885a9d829..a6a6be767c9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2010-05-07 Rainer Orth + + * config/mips/dbxmdebug.h: Remove. + * config.gcc (mips-sgi-irix6.5*): Remove mips/dbxmdebug.h. + 2010-05-07 Shujing Zhao * c-typeck.c (build_binary_op): Warn ordered comparison of pointer diff --git a/gcc/config.gcc b/gcc/config.gcc index 6b5a3394947..e46cd733436 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -1675,7 +1675,7 @@ mips-sgi-irix6.5*) use_gcc_stdint=wrap if test "x$stabs" = xyes then - tm_file="${tm_file} dbx.h mips/dbxmdebug.h" + tm_file="${tm_file} dbx.h" fi if test "x$gnu_ld" = xyes then diff --git a/gcc/config/mips/dbxmdebug.h b/gcc/config/mips/dbxmdebug.h deleted file mode 100644 index 230e2ea6450..00000000000 --- a/gcc/config/mips/dbxmdebug.h +++ /dev/null @@ -1,6 +0,0 @@ -/* Definitions of target machine for GNU compiler, for MIPS running IRIX 5 - or IRIX 6 (O32 ABI) using the GNU assembler with stabs-in-mdebug. */ - -/* Override iris5gas.h version again to retain mips.h default. */ -#undef MDEBUG_ASM_SPEC -#define MDEBUG_ASM_SPEC "%{!gdwarf*:-mdebug} %{gdwarf*:-no-mdebug}" -- 2.30.2