diff options
author | Richard Earnshaw <richard.earnshaw@arm.com> | 2007-04-21 19:44:09 +0000 |
---|---|---|
committer | Richard Earnshaw <richard.earnshaw@arm.com> | 2007-04-21 19:44:09 +0000 |
commit | 37b37b2d7ab89d0e8326a116851cdbfce9175b4b (patch) | |
tree | f54944c07929ffa5f89bae739329f5cb7e43cc0a /opcodes/ChangeLog | |
parent | d3013035494f047c4c1b21c5ddacbf564b2e4a38 (diff) | |
download | fsf-binutils-gdb-37b37b2d7ab89d0e8326a116851cdbfce9175b4b.zip fsf-binutils-gdb-37b37b2d7ab89d0e8326a116851cdbfce9175b4b.tar.gz fsf-binutils-gdb-37b37b2d7ab89d0e8326a116851cdbfce9175b4b.tar.bz2 |
* arm-dis.c (arm_opcodes): Disassemble to unified syntax.
(thumb_opcodes): Add missing white space in adr.
(arm_decode_shift): New parameter, print_shift. Only decode the
shift parameter if set. Adjust callers.
(print_insn_arm): Support for operand type q with no shift decode.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index f7d22be..119325b 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,11 @@ +2007-04-21 Richard Earnshaw <rearnsha@arm.com> + + * arm-dis.c (arm_opcodes): Disassemble to unified syntax. + (thumb_opcodes): Add missing white space in adr. + (arm_decode_shift): New parameter, print_shift. Only decode the + shift parameter if set. Adjust callers. + (print_insn_arm): Support for operand type q with no shift decode. + 2007-04-21 Alan Modra <amodra@bigpond.net.au> * i386-opc.c (i386_float_regtab, i386_float_regtab_size): Delete. |