diff options
author | Nick Clifton <nickc@redhat.com> | 2015-11-10 16:07:17 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2015-11-10 16:08:35 +0000 |
commit | 634a9f67d95161fa0182fc38601832c98bf62ffa (patch) | |
tree | 2f1b701203489b7548d9e0f3934f80784313c3f2 /sim/rx/ChangeLog | |
parent | 18954b29a1b49c9ffbfef925fdac4a23194ef82d (diff) | |
download | gdb-634a9f67d95161fa0182fc38601832c98bf62ffa.zip gdb-634a9f67d95161fa0182fc38601832c98bf62ffa.tar.gz gdb-634a9f67d95161fa0182fc38601832c98bf62ffa.tar.bz2 |
Update the RX simulator to handle the latest opcode types.
* rx.c (id_names): Add nop4, nop5, nop6 and nop7.
(decode_opcode): Likewise.
(get_op): Handle RX_Operand_Zero_Indirect.
Handle RX_Bad_Size and RX_MAX_SIZE.
(put_op): Likewise.
(N_MAP): Increase to 90.
Diffstat (limited to 'sim/rx/ChangeLog')
-rw-r--r-- | sim/rx/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sim/rx/ChangeLog b/sim/rx/ChangeLog index 762815d..15bc12f 100644 --- a/sim/rx/ChangeLog +++ b/sim/rx/ChangeLog @@ -1,3 +1,12 @@ +2015-11-10 Nick Clifton <nickc@redhat.com> + + * rx.c (id_names): Add nop4, nop5, nop6 and nop7. + (decode_opcode): Likewise. + (get_op): Handle RX_Operand_Zero_Indirect. + Handle RX_Bad_Size and RX_MAX_SIZE. + (put_op): Likewise. + (N_MAP): Increase to 90. + 2015-06-23 Mike Frysinger <vapier@gentoo.org> * configure.ac (AC_ARG_ENABLE(cycle-accurate)): Call AS_HELP_STRING. |