From cc0b4bda8841627bd3ef6450b058e2f22a759e92 Mon Sep 17 00:00:00 2001 From: matt Date: Wed, 14 Oct 1998 01:47:05 +0000 Subject: [PATCH] DWARF2_UNWIND should be undefined otherwise dwarf2out.c won't compile because it is expecting another macro which vax gcc doesn't have or need. --- gnu/dist/gcc/config/vax/netbsd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/dist/gcc/config/vax/netbsd.h b/gnu/dist/gcc/config/vax/netbsd.h index faad820bced7..3d1332986541 100644 --- a/gnu/dist/gcc/config/vax/netbsd.h +++ b/gnu/dist/gcc/config/vax/netbsd.h @@ -23,4 +23,4 @@ /* Until they use ELF or something that handles dwarf2 unwinds and initialization stuff better. */ -#define DWARF2_UNWIND_INFO 0 +#undef DWARF2_UNWIND_INFO