aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1991-10-10 00:05:52 +0000
committerJohn Gilmore <gnu@cygnus>1991-10-10 00:05:52 +0000
commit912456a503158ca8d6b12c5019ac00f0873b9e09 (patch)
treee064e384e7eee32fb520cc686543d170c6b67570 /gdb
parent6383fc6d946d6a407f8f77c9f45e325b6d6d6954 (diff)
downloadgdb-912456a503158ca8d6b12c5019ac00f0873b9e09.zip
gdb-912456a503158ca8d6b12c5019ac00f0873b9e09.tar.gz
gdb-912456a503158ca8d6b12c5019ac00f0873b9e09.tar.bz2
* mipsread.c, coffread.c: initialise TYPE_VPTR_FIELDNO to -1.
This avoids coredumps under `set print object on' in value_headof (called erroneously by value_from_vtable_info) for `p &struct' or `p *struct'. From Peter Schauer.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 733dd8e..9cbf1bf 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,22 @@
+Wed Oct 9 17:03:34 1991 John Gilmore (gnu at cygnus.com)
+
+ * mipsread.c, coffread.c: initialise TYPE_VPTR_FIELDNO to -1.
+ This avoids coredumps under `set print object on' in value_headof
+ (called erroneously by value_from_vtable_info) for `p &struct'
+ or `p *struct'. From Peter Schauer.
+
+Mon Oct 7 00:06:52 1991 John Gilmore (gnu at cygnus.com)
+
+ * Makefile.in: Roll version to 4.1.2.
+ * dbxread.c: Use aout64.h, not a.out.gnu.h. Get external symbol entry
+ size from BFD (but, FIXME, we don't yet read external nlists's and
+ convert them to internal nlists's before handling them -- we still
+ assume they have the same size and alignment.) Use SET_NAMESTRING
+ everywhere useful.
+ * exec.c (exec_file_command): Move dead coff-encapsulation code
+ to BFD.
+ * m88k-tdep.c, m88k-xdep.c: Remove encap test and #inc <a.out.h>.
+
Fri Oct 4 22:30:06 1991 John Gilmore (gnu at cygnus.com)
* configure.in, tm-i386v.h, xm-i386v.h: Intel 386 Mach host port.