diff options
author | John Gilmore <gnu@cygnus> | 1991-10-11 00:27:41 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-10-11 00:27:41 +0000 |
commit | 074274252f942a2660c310218943f2aa4ef2e237 (patch) | |
tree | db70482554ded6d61145d20625016c73c1fff3c3 /gdb/ChangeLog | |
parent | 1a3157039006773431d59320d65fdff1fd18ae45 (diff) | |
download | gdb-074274252f942a2660c310218943f2aa4ef2e237.zip gdb-074274252f942a2660c310218943f2aa4ef2e237.tar.gz gdb-074274252f942a2660c310218943f2aa4ef2e237.tar.bz2 |
Read cross-core files on Mach 386.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 9cbf1bf..4b511b2 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +Thu Oct 10 17:25:47 1991 John Gilmore (gnu at cygnus.com) + + * mach386-xdep.c: Even when cross-compiling, leave in the + core-file reading code. + * core.c (get_core_registers): Avoid coredump if no .reg section. + Wed Oct 9 17:03:34 1991 John Gilmore (gnu at cygnus.com) * mipsread.c, coffread.c: initialise TYPE_VPTR_FIELDNO to -1. |