aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorMichael Tiemann <tiemann@cygnus>1991-04-30 20:19:02 +0000
committerMichael Tiemann <tiemann@cygnus>1991-04-30 20:19:02 +0000
commitaec4cb918e549e6eafb8a49c741d0b417956d445 (patch)
treeb4787df0a972acd17e51b5362d07ba285cc798c9 /gdb/ChangeLog
parent98c1b9e79b2344c48de7900574035670c3f91afb (diff)
downloadgdb-aec4cb918e549e6eafb8a49c741d0b417956d445.zip
gdb-aec4cb918e549e6eafb8a49c741d0b417956d445.tar.gz
gdb-aec4cb918e549e6eafb8a49c741d0b417956d445.tar.bz2
Tue Apr 30 13:13:33 1991 Michael Tiemann (tiemann at cygint.cygnus.com)
* valprint.c (type_print_base): If the type being printed is a struct containing undefined types, print "<undefine type>" as the type instead of crashing. * values.c (value_headof): Get the vtable pointer taking TYPE_VPTR_BASETYPE into account. * symtab.c, symtab.h, dbxread.c: Fix various whitespace splotches.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index e88a098..9353574 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,12 @@
+Tue Apr 30 13:13:33 1991 Michael Tiemann (tiemann at cygint.cygnus.com)
+
+ * valprint.c (type_print_base): If the type being printed is a
+ struct containing undefined types, print "<undefine type>"
+ as the type instead of crashing.
+ * values.c (value_headof): Get the vtable pointer taking
+ TYPE_VPTR_BASETYPE into account.
+ * symtab.c, symtab.h, dbxread.c: Fix various whitespace splotches.
+
Mon Apr 29 13:22:51 1991 Jim Kingdon (kingdon at cygint.cygnus.com)
* Move BROKEN_LARGE_ALLOCA from tm-sun386.h to xm-sun386.h.