summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/config/i386/netbsd.h2
-rw-r--r--gcc/config/m68k/netbsd.h2
-rw-r--r--gcc/config/ns32k/netbsd.h2
-rw-r--r--gcc/config/sparc/netbsd.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/gcc/config/i386/netbsd.h b/gcc/config/i386/netbsd.h
index 25660470f6f..5978aec5c4b 100644
--- a/gcc/config/i386/netbsd.h
+++ b/gcc/config/i386/netbsd.h
@@ -81,5 +81,5 @@
/* Until they use ELF or something that handles dwarf2 unwinds
and initialization stuff better. */
-#undef DWARF2_UNWIND_INFO
+#define DWARF2_UNWIND_INFO 0
diff --git a/gcc/config/m68k/netbsd.h b/gcc/config/m68k/netbsd.h
index c9841992780..6bd9161c680 100644
--- a/gcc/config/m68k/netbsd.h
+++ b/gcc/config/m68k/netbsd.h
@@ -59,5 +59,5 @@
/* Until they use ELF or something that handles dwarf2 unwinds
and initialization stuff better. */
-#undef DWARF2_UNWIND_INFO
+#define DWARF2_UNWIND_INFO 0
diff --git a/gcc/config/ns32k/netbsd.h b/gcc/config/ns32k/netbsd.h
index ee1f1def3dd..cef68d82c2e 100644
--- a/gcc/config/ns32k/netbsd.h
+++ b/gcc/config/ns32k/netbsd.h
@@ -108,5 +108,5 @@ Boston, MA 02111-1307, USA.
/* Until they use ELF or something that handles dwarf2 unwinds
and initialization stuff better. */
-#undef DWARF2_UNWIND_INFO
+#define DWARF2_UNWIND_INFO 0
diff --git a/gcc/config/sparc/netbsd.h b/gcc/config/sparc/netbsd.h
index ba2fe4e6c04..a512f41e155 100644
--- a/gcc/config/sparc/netbsd.h
+++ b/gcc/config/sparc/netbsd.h
@@ -42,5 +42,5 @@
/* Until they use ELF or something that handles dwarf2 unwinds
and initialization stuff better. */
-#undef DWARF2_UNWIND_INFO
+#define DWARF2_UNWIND_INFO 0