]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
iris5.h (DWARF2_UNWIND_INFO): Define to 0.
authorJim Wilson <wilson@cygnus.com>
Sun, 22 Feb 1998 19:04:08 +0000 (19:04 +0000)
committerJeff Law <law@gcc.gnu.org>
Sun, 22 Feb 1998 19:04:08 +0000 (12:04 -0700)
        * iris5.h (DWARF2_UNWIND_INFO): Define to 0.
        * iris5gas.h (DWARF2_UNWIND_INFO): Define to 1.

From-SVN: r18177

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

index 534cca2027aca60e830ac919d464945840c2eb7c..a55b878250bbe7baadb778bd9925da4faa877516 100644 (file)
@@ -1,3 +1,8 @@
+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
index d7840b45a4a2585435931c9115144ad4b2b58f58..af6868d90ecd8b8eeffb9b439c5da19d1cab5b77 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 e519df72b25285fb085e674194a23e7fcfc8aa08..adc90e83223a55231b80dcd2c21fd360ca6d5c31 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