aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/i386/bsd386.h4
2 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 4ce7bdc..c319f72 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+Tue Jan 13 21:37:07 1998 Shigeya Suzuki <shigeya@foretune.co.jp>
+
+ * i386/bsd386.h (DWARF2_UNWIND_INFO): Define as zero for now.
+
Tue Jan 13 17:50:55 1998 Jim Wilson <wilson@cygnus.com>
* configure.in (target_cpu_default, target_cpu_default2): Use double
diff --git a/gcc/config/i386/bsd386.h b/gcc/config/i386/bsd386.h
index 6f9d8f2..2c405a0 100644
--- a/gcc/config/i386/bsd386.h
+++ b/gcc/config/i386/bsd386.h
@@ -19,3 +19,7 @@
#undef ASM_COMMENT_START
#define ASM_COMMENT_START "#"
+
+/* Until they use ELF or something that handles dwarf2 unwinds
+ and initialization stuff better. */
+#define DWARF2_UNWIND_INFO 0