aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1991-09-19 22:39:58 +0000
committerJohn Gilmore <gnu@cygnus>1991-09-19 22:39:58 +0000
commitc82e8a491cddc5662fdbb57f965868b4d8db691a (patch)
tree8130561e7ff08080db5cfa9a1443bb45dd750348 /gdb/ChangeLog
parente5fa3486b1f6c07fe76f9473abcbcc35f994994f (diff)
downloadgdb-c82e8a491cddc5662fdbb57f965868b4d8db691a.zip
gdb-c82e8a491cddc5662fdbb57f965868b4d8db691a.tar.gz
gdb-c82e8a491cddc5662fdbb57f965868b4d8db691a.tar.bz2
Minor fixes
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index f25125c..796b05e 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,13 @@
+Thu Sep 19 15:14:23 1991 John Gilmore (gnu at cygnus.com)
+
+ * Makefile.in: Circumvent Sun Make bug on *-exp.tab.o.
+ * c-exp.y, m2-exp.y: Lint.
+ * m2-exp.y: Avoid using yytname[] which is a Bison-ism.
+ * valprint.c (val_print_fields): Check for stub type.
+ * mipsread.c (_initialize_mipsread): Avoid using
+ builtin_type_void at initialize time.
+ (mipscoff_symfile_read): use it now.
+
Wed Sep 18 15:55:51 1991 John Gilmore (gnu at cygnus.com)
Merge multiple-language support, and partial Modula-2 support,