From: Jim Wilson Date: Wed, 9 Sep 1998 09:39:24 +0000 (+0000) Subject: Reenable accidentally disabled dwarf2 eh support for irix6. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2adad6e7ce7f02d3bd5d3cda20b69ee9a20c82bc;p=gcc.git Reenable accidentally disabled dwarf2 eh support for irix6. * iris6.h (DWARF2_UNWIND_INFO): Undef. From-SVN: r22350 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8f71d89dffd..c8fa0d401b4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Wed Sep 9 09:36:51 1998 Jim Wilson + + * iris6.h (DWARF2_UNWIND_INFO): Undef. + Wed Sep 9 01:32:01 1998 David S. Miller Add preliminary native sparcv9 Solaris support. diff --git a/gcc/config/mips/iris6.h b/gcc/config/mips/iris6.h index 2eda40ab978..30e1860267f 100644 --- a/gcc/config/mips/iris6.h +++ b/gcc/config/mips/iris6.h @@ -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. */