diff options
author | Nick Clifton <nickc@redhat.com> | 2015-11-02 14:37:33 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2015-11-02 14:37:33 +0000 |
commit | 854eb72b00ba46d65ce36dc3432f01e223ce44cb (patch) | |
tree | 18788cd50dc3359a7d71b3036252d8da777ce4f1 /include/opcode/ChangeLog | |
parent | e292aa7a9529771c04e9578a2307b8c95bb5591c (diff) | |
download | fsf-binutils-gdb-854eb72b00ba46d65ce36dc3432f01e223ce44cb.zip fsf-binutils-gdb-854eb72b00ba46d65ce36dc3432f01e223ce44cb.tar.gz fsf-binutils-gdb-854eb72b00ba46d65ce36dc3432f01e223ce44cb.tar.bz2 |
Disassemble RX NOP instructions as such.
opcode * rx.h (enum RX_Opcode_ID): Add more NOP opcodes.
opcodes * rx-decode.opc (rx_decode_opcode): Decode extra NOP
instructions.
* rx-decode.c: Regenerate.
tests * gas/rx/max.d: Update expecetd disassembly.
* gas/rx/nod.d: Likewise.
* gas/rx/nop.sm: Add tests of more NOP instructions.
Diffstat (limited to 'include/opcode/ChangeLog')
-rw-r--r-- | include/opcode/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index 18361ec..b0fff81 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -1,5 +1,9 @@ 2015-11-02 Nick Clifton <nickc@redhat.com> + * rx.h (enum RX_Opcode_ID): Add more NOP opcodes. + +2015-11-02 Nick Clifton <nickc@redhat.com> + * rx.h (enum RX_Operand_Type): Add RX_Operand_Zero_Indirect. 2015-10-28 Yao Qi <yao.qi@linaro.org> |