projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5374a5
)
* rx-dis.c (print_insn_rx): Support RX_Operand_TwoReg.
author
DJ Delorie
<dj@redhat.com>
Wed, 12 Jan 2011 07:06:29 +0000
(07:06 +0000)
committer
DJ Delorie
<dj@redhat.com>
Wed, 12 Jan 2011 07:06:29 +0000
(07:06 +0000)
opcodes/ChangeLog
patch
|
blob
|
history
opcodes/rx-dis.c
patch
|
blob
|
history
diff --git
a/opcodes/ChangeLog
b/opcodes/ChangeLog
index a86351086820dc1487da723994011d513c76eb0a..8bc8139069519347d537cc8679fef7e5adbebfae 100644
(file)
--- 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 8d5bb144a5f2e39aa5fec4e32a5400899cfc4692..1cdb710047f002a206c7c2f33abebf1b4396c164 100644
(file)
--- 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: