summaryrefslogtreecommitdiff
path: root/gcc/config
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-02-22 19:05:13 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-02-22 19:05:13 +0000
commit6e0e526b4360d0669be2c2335f14b13add6c8c4e (patch)
treecec233dc2b77df085024b6327dd508b98c08d2a2 /gcc/config
parent6318408052c046006dd738579890bd1c78324c1c (diff)
downloadgcc-6e0e526b4360d0669be2c2335f14b13add6c8c4e.tar.gz
* iris5.h (DWARF2_UNWIND_INFO): Define to 0.
* iris5gas.h (DWARF2_UNWIND_INFO): Define to 1. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@18178 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config')
-rw-r--r--gcc/config/mips/iris5.h3
-rw-r--r--gcc/config/mips/iris5gas.h4
2 files changed, 7 insertions, 0 deletions
diff --git a/gcc/config/mips/iris5.h b/gcc/config/mips/iris5.h
index d7840b45a4a..af6868d90ec 100644
--- a/gcc/config/mips/iris5.h
+++ b/gcc/config/mips/iris5.h
@@ -122,6 +122,9 @@ Boston, MA 02111-1307, USA. */
#undef SDB_DEBUGGING_INFO
#undef MIPS_DEBUGGING_INFO
+/* Likewise, the assembler doesn't handle DWARF2 directives. */
+#define DWARF2_UNWIND_INFO 0
+
#undef MACHINE_TYPE
#define MACHINE_TYPE "SGI running IRIX 5.x"
diff --git a/gcc/config/mips/iris5gas.h b/gcc/config/mips/iris5gas.h
index e519df72b25..adc90e83223 100644
--- a/gcc/config/mips/iris5gas.h
+++ b/gcc/config/mips/iris5gas.h
@@ -7,6 +7,10 @@
#define SDB_DEBUGGING_INFO
#define MIPS_DEBUGGING_INFO
+/* GNU as does handle DWARF2 directives. */
+#undef DWARF2_UNWIND_INFO
+#define DWARF2_UNWIND_INFO 1
+
/* Irix 5 does not have some strange restrictions that Irix 3 had. */
#undef SET_FILE_NUMBER
#define SET_FILE_NUMBER() ++num_source_filenames