From 0868989e574e03570ce6388a9b2e00fdbb63b0ee Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Thu, 16 Sep 1999 16:48:09 -0700 Subject: [PATCH] alpha-interix.h (DWARF2_UNWIND_INFO): Define to zero. * alpha/alpha-interix.h (DWARF2_UNWIND_INFO): Define to zero. * alpha/osf2or3.h (DWARF2_UNWIND_INFO): Likewise. From-SVN: r29467 --- gcc/ChangeLog | 5 +++++ gcc/config/alpha/alpha-interix.h | 1 + gcc/config/alpha/osf2or3.h | 4 +++- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 961f5a7ea94..5667361e87b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Thu Sep 16 16:47:08 1999 Richard Henderson + + * alpha/alpha-interix.h (DWARF2_UNWIND_INFO): Define to zero. + * alpha/osf2or3.h (DWARF2_UNWIND_INFO): Likewise. + Thu Sep 16 16:35:41 1999 Richard Henderson * alpha.md: Revert Thu Nov 26 change that came in through the diff --git a/gcc/config/alpha/alpha-interix.h b/gcc/config/alpha/alpha-interix.h index 668fe9397af..f90d06f506a 100644 --- a/gcc/config/alpha/alpha-interix.h +++ b/gcc/config/alpha/alpha-interix.h @@ -211,6 +211,7 @@ while (0) /* DWARF2 Unwinding doesn't work with exception handling yet. */ #undef DWARF2_UNWIND_INFO +#define DWARF2_UNWIND_INFO 0 /* Don't assume anything about the header files. */ #define NO_IMPLICIT_EXTERN_C diff --git a/gcc/config/alpha/osf2or3.h b/gcc/config/alpha/osf2or3.h index 5abdb0e98b1..9d8c8f5e656 100644 --- a/gcc/config/alpha/osf2or3.h +++ b/gcc/config/alpha/osf2or3.h @@ -24,7 +24,9 @@ Boston, MA 02111-1307, USA. */ #define LIB_SPEC "%{p:-lprof1} %{pg:-lprof1} %{a:-lprof2} -lc" /* As of OSF 3.2, as still can't subtract adjacent labels. */ - #undef TARGET_AS_CAN_SUBTRACT_LABELS #define TARGET_AS_CAN_SUBTRACT_LABELS 0 +/* The frame unwind data requires the ability to subtract labels. */ +#undef DWARF2_UNWIND_INFO +#define DWARF2_UNWIND_INFO 0 -- 2.30.2