diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-02-05 16:14:26 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-02-05 16:14:26 +0000 |
commit | 0d52464ce4b0f01d44c442c1217570368b2b07d7 (patch) | |
tree | 3533c33f13a2a8ca8546250a3bd103560588381f /opcodes/ChangeLog | |
parent | c916764078fa06f8fc24de28714d1462835b513b (diff) | |
download | gdb-0d52464ce4b0f01d44c442c1217570368b2b07d7.zip gdb-0d52464ce4b0f01d44c442c1217570368b2b07d7.tar.gz gdb-0d52464ce4b0f01d44c442c1217570368b2b07d7.tar.bz2 |
* mips16-opc.c: Add new cases of exit instruction for
disassembler.
* mips-dis.c (print_mips16_insn_arg): Display floating point
registers in operands of exit instruction. Print `$' before
register names in operands of entry and exit instructions.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index e48d40d..7f9b044 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,11 @@ +Wed Feb 5 11:12:44 1997 Ian Lance Taylor <ian@cygnus.com> + + * mips16-opc.c: Add new cases of exit instruction for + disassembler. + * mips-dis.c (print_mips16_insn_arg): Display floating point + registers in operands of exit instruction. Print `$' before + register names in operands of entry and exit instructions. + start-sanitize-tic80 Thu Jan 30 14:09:03 1997 Fred Fish <fnf@cygnus.com> |