iris5.h (DWARF2_UNWIND_INFO): Define to 0.
authorJim Wilson <wilson@cygnus.com>
Sun, 22 Feb 1998 19:05:13 +0000 (19:05 +0000)
committerJeff Law <law@gcc.gnu.org>
Sun, 22 Feb 1998 19:05:13 +0000 (12:05 -0700)
        * iris5.h (DWARF2_UNWIND_INFO): Define to 0.
        * iris5gas.h (DWARF2_UNWIND_INFO): Define to 1.

From-SVN: r18178

gcc/ChangeLog
gcc/config/mips/iris5.h
gcc/config/mips/iris5gas.h

index 5a307ab..1779253 100644 (file)
@@ -1,3 +1,8 @@
+Sun Feb 22 20:07:32 1998  Jim Wilson  <wilson@cygnus.com>
+
+       * iris5.h (DWARF2_UNWIND_INFO): Define to 0.
+       * iris5gas.h (DWARF2_UNWIND_INFO): Define to 1.
+
 Sun Feb 22 15:29:48 1998  Richard Henderson  <rth@cygnus.com>
 
        * objc/Object.m (-error): Call objc_verror with our va_list.
index d7840b4..af6868d 100644 (file)
@@ -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"
 
index e519df7..adc90e8 100644 (file)
@@ -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