Reenable accidentally disabled dwarf2 eh support for irix6.
authorJim Wilson <wilson@cygnus.com>
Wed, 9 Sep 1998 09:39:24 +0000 (09:39 +0000)
committerJim Wilson <wilson@gcc.gnu.org>
Wed, 9 Sep 1998 09:39:24 +0000 (02:39 -0700)
* iris6.h (DWARF2_UNWIND_INFO): Undef.

From-SVN: r22350

gcc/ChangeLog
gcc/config/mips/iris6.h

index 8f71d89dffd9f2c0c0d043874a3468dc72a6f8d5..c8fa0d401b444895f0439f0f3be19a843c0578b5 100644 (file)
@@ -1,3 +1,7 @@
+Wed Sep  9 09:36:51 1998  Jim Wilson  <wilson@cygnus.com>
+
+       * iris6.h (DWARF2_UNWIND_INFO): Undef.
+
 Wed Sep  9 01:32:01 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
 
        Add preliminary native sparcv9 Solaris support.
index 2eda40ab9780ef4d38e26483040cd8aa81f279d5..30e1860267f890e7c504fec29ab524ff9d84a028 100644 (file)
@@ -30,6 +30,10 @@ Boston, MA 02111-1307, USA.  */
 #include "mips/iris5.h"
 #include "mips/abi64.h"
 
+/* Irix6 assembler does handle DWARF2 directives.  Override setting in
+ irix5.h file.  */
+#undef DWARF2_UNWIND_INFO
+
 /* For Irix 6, -mabi=64 implies TARGET_LONG64.  */
 /* This is handled in override_options.  */