diff options
author | John Gilmore <gnu@cygnus> | 1992-03-06 09:12:42 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1992-03-06 09:12:42 +0000 |
commit | 53ccaf5fea30ff1266e94256343deb8522db9c7e (patch) | |
tree | a3c94fdb02ead324a75d794ec2b04081da0410ca | |
parent | fa5628d2f5a3f45db5101a2d714adb92a0ae7746 (diff) | |
download | gdb-53ccaf5fea30ff1266e94256343deb8522db9c7e.zip gdb-53ccaf5fea30ff1266e94256343deb8522db9c7e.tar.gz gdb-53ccaf5fea30ff1266e94256343deb8522db9c7e.tar.bz2 |
* mipsread.c (fixup_symtab): Also swap RFD's.
(parse_partial_symbols): Avoid bug on unknown symbol types.
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 36b6af7..0c22c43 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -2,6 +2,14 @@ Thu Mar 5 23:56:01 1992 John Gilmore (gnu at cygnus.com) * ecoff.c: Move to ../bfd/coff-msym.c. * config/mt-*mips: Remove ecoff.o from the configuration. + * remote.c (): Add newline to initial +. + (remote_resume): Mention how to cope with signals. + (remote_interrupt): Add debug msg. + (remote-wait): Implement new 'T' reply, which includes + status, PC, and FP all in a single short message. + (putpkt): Add further debugging of packet acks. + * mipsread.c (fixup_symtab): Also swap RFD's. + (parse_partial_symbols): Avoid bug on unknown symbol types. Thu Mar 5 12:32:09 1992 Stu Grossman (grossman at cygnus.com) |