diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2010-07-06 00:06:04 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2010-07-06 00:06:04 +0000 |
commit | c680e7f672a30b81ccffb8e2d1bcd01bca659c55 (patch) | |
tree | ad1e93da2757bb095578edcbd23dd9130ced36db /opcodes/ChangeLog | |
parent | 9a2c7088871654be1a94ea4d721fb9c76b4a3162 (diff) | |
download | gdb-c680e7f672a30b81ccffb8e2d1bcd01bca659c55.zip gdb-c680e7f672a30b81ccffb8e2d1bcd01bca659c55.tar.gz gdb-c680e7f672a30b81ccffb8e2d1bcd01bca659c55.tar.bz2 |
* mips-dis.c (print_insn_mips): Correct branch instruction type
determination.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 2832beb..db9f65e 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,5 +1,10 @@ 2010-07-06 Maciej W. Rozycki <macro@codesourcery.com> + * mips-dis.c (print_insn_mips): Correct branch instruction type + determination. + +2010-07-06 Maciej W. Rozycki <macro@codesourcery.com> + * mips-dis.c (print_mips16_insn_arg): Remove branch instruction type and delay slot determination. (print_insn_mips16): Extend branch instruction type and delay |