From 79edd21c9de35e7269dc1f9346cbc799e380563a Mon Sep 17 00:00:00 2001 From: Todd Vierling Date: Tue, 19 May 1998 15:13:23 +0000 Subject: [PATCH] * arm/netbsd.h: Ensure DWARF2_UNWIND_INFO is undefined. From-SVN: r19881 --- gcc/ChangeLog | 4 ++++ gcc/config/arm/netbsd.h | 9 ++++----- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f47ddfdcde0..e1660b19f99 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Tue May 19 15:07:54 1998 Todd Vierling + + * arm/netbsd.h: Ensure DWARF2_UNWIND_INFO is undefined. + Tue May 19 17:19:16 1998 J"orn Rennecke * reload1.c (reload_reg_free_for_value_p): New function. diff --git a/gcc/config/arm/netbsd.h b/gcc/config/arm/netbsd.h index 596da18452b..2ff09a8147f 100644 --- a/gcc/config/arm/netbsd.h +++ b/gcc/config/arm/netbsd.h @@ -45,6 +45,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include +/* Until they use ELF or something that handles dwarf2 unwinds + and initialization stuff better. */ +#undef DWARF2_UNWIND_INFO + /* Some defines for CPP. arm32 is the NetBSD port name, so we always define arm32 and __arm32__. */ #undef CPP_PREDEFINES @@ -141,8 +145,3 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ requirements. */ #undef STRUCTURE_SIZE_BOUNDARY #define STRUCTURE_SIZE_BOUNDARY 8 - -/* Until they use ELF or something that handles dwarf2 unwinds - and initialization stuff better. */ -#define DWARF2_UNWIND_INFO 0 - -- 2.30.2