From a9cc42c312ad2af525e1f0c6fca7eb2cbc353a06 Mon Sep 17 00:00:00 2001 From: law Date: Sun, 15 Feb 1998 20:06:31 +0000 Subject: [PATCH] * arm/netbsd.h (DWARF2_UNWIND_INFO): Define as zero for now. * i386/netbsd.h, m68k/netbsd.h, ns32k/netbsd.h: Likewise. * sparc/netbsd.h, vax/netbsd.h: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/egcs_1_00_branch@18016 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/config/arm/netbsd.h | 5 +++++ gcc/config/i386/netbsd.h | 5 +++++ gcc/config/m68k/netbsd.h | 5 +++++ gcc/config/ns32k/netbsd.h | 5 +++++ gcc/config/sparc/netbsd.h | 5 +++++ gcc/config/vax/netbsd.h | 5 +++++ 6 files changed, 30 insertions(+) diff --git a/gcc/config/arm/netbsd.h b/gcc/config/arm/netbsd.h index 2bcd165181a..45ede65fd27 100644 --- a/gcc/config/arm/netbsd.h +++ b/gcc/config/arm/netbsd.h @@ -130,3 +130,8 @@ 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 + diff --git a/gcc/config/i386/netbsd.h b/gcc/config/i386/netbsd.h index 8262fb04195..3442aeadb87 100644 --- a/gcc/config/i386/netbsd.h +++ b/gcc/config/i386/netbsd.h @@ -71,3 +71,8 @@ fprintf (FILE, "\tcall mcount\n"); \ } \ } + +/* Until they use ELF or something that handles dwarf2 unwinds + and initialization stuff better. */ +#define DWARF2_UNWIND_INFO 0 + diff --git a/gcc/config/m68k/netbsd.h b/gcc/config/m68k/netbsd.h index 0dbf380c76d..1e2f9a53046 100644 --- a/gcc/config/m68k/netbsd.h +++ b/gcc/config/m68k/netbsd.h @@ -56,3 +56,8 @@ /* Don't default to pcc-struct-return, because gcc is the only compiler, and we want to retain compatibility with older gcc versions. */ #define DEFAULT_PCC_STRUCT_RETURN 0 + +/* Until they use ELF or something that handles dwarf2 unwinds + and initialization stuff better. */ +#define DWARF2_UNWIND_INFO 0 + diff --git a/gcc/config/ns32k/netbsd.h b/gcc/config/ns32k/netbsd.h index 4c7202cff91..f2f4895b23a 100644 --- a/gcc/config/ns32k/netbsd.h +++ b/gcc/config/ns32k/netbsd.h @@ -105,3 +105,8 @@ Boston, MA 02111-1307, USA. #undef PCC_STATIC_STRUCT_RETURN #define DEFAULT_PCC_STRUCT_RETURN 0 + +/* Until they use ELF or something that handles dwarf2 unwinds + and initialization stuff better. */ +#define DWARF2_UNWIND_INFO 0 + diff --git a/gcc/config/sparc/netbsd.h b/gcc/config/sparc/netbsd.h index 4bb9537b905..3fd6fe92020 100644 --- a/gcc/config/sparc/netbsd.h +++ b/gcc/config/sparc/netbsd.h @@ -38,3 +38,8 @@ /* Don't default to pcc-struct-return, because gcc is the only compiler, and we want to retain compatibility with older gcc versions. */ #define DEFAULT_PCC_STRUCT_RETURN 0 + +/* Until they use ELF or something that handles dwarf2 unwinds + and initialization stuff better. */ +#define DWARF2_UNWIND_INFO 0 + diff --git a/gcc/config/vax/netbsd.h b/gcc/config/vax/netbsd.h index 1bbda32b4e4..dba70237d47 100644 --- a/gcc/config/vax/netbsd.h +++ b/gcc/config/vax/netbsd.h @@ -17,3 +17,8 @@ #undef WCHAR_TYPE_SIZE #define WCHAR_TYPE_SIZE 32 + +/* Until they use ELF or something that handles dwarf2 unwinds + and initialization stuff better. */ +#define DWARF2_UNWIND_INFO 0 + -- 2.11.4.GIT