* iris5.h (DWARF2_UNWIND_INFO): Define to 0.
* iris5gas.h (DWARF2_UNWIND_INFO): Define to 1.
From-SVN: r18177
+Sun Feb 22 20:06:34 1998 Jim Wilson <wilson@cygnus.com>
+
+ * iris5.h (DWARF2_UNWIND_INFO): Define to 0.
+ * iris5gas.h (DWARF2_UNWIND_INFO): Define to 1.
+
Thu Feb 19 09:41:23 1998 Mumit Khan <khan@xraylith.wisc.edu>
* i386/x-cygwin32 (USE_COLLECT2): Disable collect2 for now on
#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"
#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