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 | |
parent | e292aa7a9529771c04e9578a2307b8c95bb5591c (diff) | |
download | gdb-854eb72b00ba46d65ce36dc3432f01e223ce44cb.zip gdb-854eb72b00ba46d65ce36dc3432f01e223ce44cb.tar.gz 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')
-rw-r--r-- | include/opcode/ChangeLog | 4 | ||||
-rw-r--r-- | include/opcode/rx.h | 4 |
2 files changed, 8 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> diff --git a/include/opcode/rx.h b/include/opcode/rx.h index 66a1b34..b8ef163 100644 --- a/include/opcode/rx.h +++ b/include/opcode/rx.h @@ -104,6 +104,10 @@ typedef enum RXO_nop, RXO_nop2, RXO_nop3, + RXO_nop4, + RXO_nop5, + RXO_nop6, + RXO_nop7, RXO_scmpu, RXO_smovu, |