]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config/mips/dbxmdebug.h: Remove.
authorro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 7 May 2010 09:21:23 +0000 (09:21 +0000)
committerro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 7 May 2010 09:21:23 +0000 (09:21 +0000)
* config.gcc (mips-sgi-irix6.5*): Remove mips/dbxmdebug.h.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@159147 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config.gcc
gcc/config/mips/dbxmdebug.h [deleted file]

index f1885a9d82915cfed08f1f5c223636aeb2f01d9b..a6a6be767c95b3507e809dba91e9de826b6caff5 100644 (file)
@@ -1,3 +1,8 @@
+2010-05-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * config/mips/dbxmdebug.h: Remove.
+       * config.gcc (mips-sgi-irix6.5*): Remove mips/dbxmdebug.h.
+
 2010-05-07  Shujing Zhao  <pearly.zhao@oracle.com>
 
        * c-typeck.c (build_binary_op): Warn ordered comparison of pointer
index 6b5a3394947adc32543392b4616d1eb84a621293..e46cd7334360bd009def70618b3015640db77465 100644 (file)
@@ -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 (file)
index 230e2ea..0000000
+++ /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}"