aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--opcodes/ChangeLog4
-rw-r--r--opcodes/rx-dis.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index a863510..8bc8139 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,7 @@
+2011-01-12 DJ Delorie <dj@redhat.com>
+
+ * rx-dis.c (print_insn_rx): Support RX_Operand_TwoReg.
+
2011-01-11 Mingjie Xing <mingjie.xing@gmail.com>
* mips-dis.c (print_insn_args): Adjust the value to print the real
diff --git a/opcodes/rx-dis.c b/opcodes/rx-dis.c
index 8d5bb14..1cdb710 100644
--- a/opcodes/rx-dis.c
+++ b/opcodes/rx-dis.c
@@ -167,6 +167,7 @@ print_insn_rx (bfd_vma addr, disassemble_info * dis)
PR (PS, "%d", oper->addend);
break;
case RX_Operand_Register:
+ case RX_Operand_TwoReg:
PR (PS, "%s", register_names[oper->reg]);
break;
case RX_Operand_Indirect: