diff options
author | John Gilmore <gnu@cygnus> | 1991-07-09 02:08:13 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-07-09 02:08:13 +0000 |
commit | b8c50f0918ce5a6612d84aa08a6fc2a8fb4f274a (patch) | |
tree | 26b8c84e0f3e804cbcd6158a5031059a80081289 /gdb/ChangeLog | |
parent | 2d413945c93f5e78b337d543882526e55f0e744e (diff) | |
download | gdb-b8c50f0918ce5a6612d84aa08a6fc2a8fb4f274a.zip gdb-b8c50f0918ce5a6612d84aa08a6fc2a8fb4f274a.tar.gz gdb-b8c50f0918ce5a6612d84aa08a6fc2a8fb4f274a.tar.bz2 |
* core.c (memory_error): Reword error msg to mislead less.
* mips-pinsn.c (print_insn_arg 'd'): Print $ with reg name.
* mipsread.c (read_mips_symtab, read_the_mips_symtab,
parse_partial_symbols): Use newer BFD internals (external_filehdr
and external_aouthdr), byte-swap the fields that we care about
before using them, and make the file header data local to
read_the_mips_symtab rather than global.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 4f8b98c..1024177 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,6 +1,18 @@ +Mon Jul 8 19:02:46 1991 John Gilmore (gnu at cygint.cygnus.com) + + * core.c (memory_error): Reword error msg to mislead less. + + * mips-pinsn.c (print_insn_arg 'd'): Print $ with reg name. + + * mipsread.c (read_mips_symtab, read_the_mips_symtab, + parse_partial_symbols): Use newer BFD internals (external_filehdr + and external_aouthdr), byte-swap the fields that we care about + before using them, and make the file header data local to + read_the_mips_symtab rather than global. + Sat Jul 6 01:34:15 1991 John Gilmore (gnu at cygint.cygnus.com) - * ns32k-opcode.h (movmw, movmd): FIx opcodes. Bug fix + * ns32k-opcode.h (movmw, movmd): Fix opcodes. Bug fix from Rune Nerg}rd <runene@ifi.uio.no> on 5 Jul 1991. * main.c (command_line_input): Flush stdout and stderr |