diff options
author | Michael Eager <eager@eagercon.com> | 2012-11-21 17:54:11 +0000 |
---|---|---|
committer | Michael Eager <eager@eagercon.com> | 2012-11-21 17:54:11 +0000 |
commit | abe9f67d45d38ee87b501da03a9b9778d31095fb (patch) | |
tree | 1c8994d0dcc2f7b674791ab5d41bccd707a4cd25 /opcodes/ChangeLog | |
parent | 0db4b3260cfc1818dba17ee53bb8e6ca6fdefecc (diff) | |
download | gdb-abe9f67d45d38ee87b501da03a9b9778d31095fb.zip gdb-abe9f67d45d38ee87b501da03a9b9778d31095fb.tar.gz gdb-abe9f67d45d38ee87b501da03a9b9778d31095fb.tar.bz2 |
Add swap byte (swapb) and swap halfword (swaph) opcodes.
binutils/opcodes
* microblaze-opc.h (op_code_struct): Add swapb, swaph Increase MAX_OPCODES.
* microblaze-opcm.h (microblaze_instr): Likewise
binutils/gas/testsuite
* gas/microblaze/allinsn.s: Add swapb, swaph
* gas/microblaze/allinsn.d: Likewise
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index e5d08b0..ed74935 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +2012-11-21 David Holsgrove <david.holsgrove@xilinx.com> + + * microblaze-opc.h (op_code_struct): Add swapb, swaph Increase MAX_OPCODES. + * microblaze-opcm.h (microblaze_instr): Likewise + 2012-11-21 Edgar E. Iglesias <edgar.iglesias@gmail.com> * microblaze-opcm.h: Add REG_SLR_MASK, REG_SHR_MASK, REG_SHR and REG_SLR |