diff options
author | Nick Clifton <nickc@redhat.com> | 2014-06-03 08:54:04 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2014-06-03 08:54:04 +0100 |
commit | 9f445129581f24845c62c4124103f89b43dfd329 (patch) | |
tree | 15a22906d11cbca2cf098b2d0b69fb07afa0a3e1 /opcodes/ChangeLog | |
parent | 69227609dc00d472115b00b70c8c4eca6befdd81 (diff) | |
download | gdb-9f445129581f24845c62c4124103f89b43dfd329.zip gdb-9f445129581f24845c62c4124103f89b43dfd329.tar.gz gdb-9f445129581f24845c62c4124103f89b43dfd329.tar.bz2 |
Fix the disassembly of MSP430 extended index addressing mode.
* msp430-dis.c (msp430_doubleoperand): Use extension_word to
decide when extended addressing is being used.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index ea036b1..ce5a204 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +2014-06-03 Nick Clifton <nickc@redhat.com> + + * msp430-dis.c (msp430_doubleoperand): Use extension_word to + decide when extended addressing is being used. + 2014-06-02 Eric Botcazou <ebotcazou@adacore.com> * sparc-opc.c (cas): Disable for LEON. @@ -34,7 +39,7 @@ * mips-dis.c (mips_arch_choices): Add mips32r3, mips32r5, mips64r3 and mips64r5. (parse_mips_dis_option): Update MSA and virtualization support to - allow mips64r3 and mips64r5. + allow mips64r3 and mips64r5. 2014-05-07 Andrew Bennett <andrew.bennett@imgtec.com> |