diff options
author | Ken Raeburn <raeburn@cygnus> | 1997-11-03 18:28:35 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1997-11-03 18:28:35 +0000 |
commit | cfca14e759216aef9fb0688087fce466ecd6f170 (patch) | |
tree | 735e1bfb518950e9e5d9360eddd70b5460c41730 /opcodes/ChangeLog | |
parent | ee1f0bd101d402e7a879ae6af128b2c5a30aea48 (diff) | |
download | gdb-cfca14e759216aef9fb0688087fce466ecd6f170.zip gdb-cfca14e759216aef9fb0688087fce466ecd6f170.tar.gz gdb-cfca14e759216aef9fb0688087fce466ecd6f170.tar.bz2 |
make vr5400 disassembly work; fix bugs in some vr5400 insns
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index b02ce4e..6fdbf50 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,12 @@ +start-sanitize-vr5400 +Mon Nov 3 13:23:15 1997 Ken Raeburn <raeburn@cygnus.com> + + * mips-opc.c (dror32, dror, rzu.ob): Fix bugs in encoding. + (c.*.ob, mula.ob, mull.ob, muls.ob, mulsl.ob): Put 'k' version + last. + * mips-dis.c (print_insn_arg): Handle VR5400 operand types. + +end-sanitize-vr5400 start-sanitize-tx49 Wed Oct 29 15:10:56 1997 Gavin Koch <gavin@cygnus.com> |