aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/mips/dbxmdebug.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/mips/dbxmdebug.h')
-rw-r--r--gcc/config/mips/dbxmdebug.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/config/mips/dbxmdebug.h b/gcc/config/mips/dbxmdebug.h
new file mode 100644
index 00000000000..230e2ea6450
--- /dev/null
+++ b/gcc/config/mips/dbxmdebug.h
@@ -0,0 +1,6 @@
+/* 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}"