aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdb/ChangeLog7
-rw-r--r--gdb/xm-hppah.h5
2 files changed, 12 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 64e1f1f..8332c15 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,10 @@
+Fri Oct 9 08:41:11 1992 Ian Lance Taylor (ian@cygnus.com)
+
+ * xm-hppah.h: if __STDC__ is not defined, define
+ HPPA_COMPILER_BUG.
+ symtab.c (decode_line_1): avoid a bug in the HP9000/700 native
+ compiler; see the comment in the file.
+
Fri Oct 9 04:43:43 1992 John Gilmore (gnu@cygnus.com)
First cut at support for all BSD variants on 386.
diff --git a/gdb/xm-hppah.h b/gdb/xm-hppah.h
index bdb0b95..462d088 100644
--- a/gdb/xm-hppah.h
+++ b/gdb/xm-hppah.h
@@ -32,6 +32,11 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#define USG
#endif
+#ifndef __STDC__
+/* This define is discussed in decode_line_1 in symtab.c */
+#define HPPA_COMPILER_BUG
+#endif
+
#define HAVE_TERMIO
#define KERNEL_U_ADDR 0