aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/mips
diff options
context:
space:
mode:
authorRainer Orth <ro@TechFak.Uni-Bielefeld.DE>2003-06-11 16:19:18 +0000
committerRainer Orth <ro@gcc.gnu.org>2003-06-11 16:19:18 +0000
commit655b71665a0c3c11e1060fb90a9c705f04cdd064 (patch)
tree65f746c2ae2fd37611235ad55f675136031fd7bd /gcc/config/mips
parent4a09cbac250189dd6401e8af1e1c60f8d57f00e9 (diff)
downloadgcc-655b71665a0c3c11e1060fb90a9c705f04cdd064.zip
gcc-655b71665a0c3c11e1060fb90a9c705f04cdd064.tar.gz
gcc-655b71665a0c3c11e1060fb90a9c705f04cdd064.tar.bz2
configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
* configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32. * configure. Regenerate. gcc: * config/mips/iris5gas.h (MDEBUG_ASM_SPEC): Override to match DWARF 2 default. * config/mips/dbxmdebug.h: New file. * config.gcc (mips-sgi-irix6*o32, mips-sgi-irix5*): Use it with gas and --with-stabs. From-SVN: r67780
Diffstat (limited to 'gcc/config/mips')
-rw-r--r--gcc/config/mips/dbxmdebug.h6
-rw-r--r--gcc/config/mips/iris5gas.h5
2 files changed, 11 insertions, 0 deletions
diff --git a/gcc/config/mips/dbxmdebug.h b/gcc/config/mips/dbxmdebug.h
new file mode 100644
index 0000000..230e2ea
--- /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}"
diff --git a/gcc/config/mips/iris5gas.h b/gcc/config/mips/iris5gas.h
index c1ec6eb..a38108d 100644
--- a/gcc/config/mips/iris5gas.h
+++ b/gcc/config/mips/iris5gas.h
@@ -11,6 +11,11 @@
#undef DWARF2_UNWIND_INFO
#define DWARF2_UNWIND_INFO 1
+/* Override mips.h version to match DWARF 2 default. */
+#undef MDEBUG_ASM_SPEC
+#define MDEBUG_ASM_SPEC "%{gstabs*|gcoff*:-mdebug} \
+%{!gstabs*:%{!gcoff*:-no-mdebug}}"
+
/* Override iris5.h version to invoke [cd]tors and register eh frame
information. */
#undef LINK_SPEC