diff options
author | Nick Clifton <nickc@redhat.com> | 2010-02-24 15:11:44 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2010-02-24 15:11:44 +0000 |
commit | c060226ad07dc40da26ecf8483a911cf3f18cb81 (patch) | |
tree | 5cc91e2e13c212d306335e9ded1918cb01bf12c5 /opcodes/ChangeLog | |
parent | d4a77f3f0ccde6aac5052f33372cf5ff61cdd803 (diff) | |
download | gdb-c060226ad07dc40da26ecf8483a911cf3f18cb81.zip gdb-c060226ad07dc40da26ecf8483a911cf3f18cb81.tar.gz gdb-c060226ad07dc40da26ecf8483a911cf3f18cb81.tar.bz2 |
PR binutils/6773
* arm-dis.c (arm_opcodes): Replace <prefix>addsubx with
<prefix>asx. Replace <prefix>subaddx with <prefix>sax.
(thumb32_opcodes): Likewise.
* gas/arm/arch7em.d: Replace expected disassembly of
<prefix>addsubx with <prefix>asx. Also replace <prefix>subaddx
with <prefix>sax.
* gas/arm/archv6.d: Likewise.
* gas/arm/thumb32.d: Likewise.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index f275fba..5ba52c8 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,10 @@ +2010-02-24 Nick Clifton <nickc@redhat.com> + + PR binutils/6773 + * arm-dis.c (arm_opcodes): Replace <prefix>addsubx with + <prefix>asx. Replace <prefix>subaddx with <prefix>sax. + (thumb32_opcodes): Likewise. + 2010-02-15 Nick Clifton <nickc@redhat.com> * po/vi.po: Updated Vietnamese translation. |