aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2009-12-02 20:26:30 +0000
committerNick Clifton <nickc@redhat.com>2009-12-02 20:26:30 +0000
commit03ee1b7f8eb5cee9654e9d789e0c46a098bed895 (patch)
tree44760d80f8168eb6f7d0b59222cfaf3f584b1cd3 /gas/ChangeLog
parent8cebebb9a2f399f50f4284797528fb952dd80576 (diff)
downloadgdb-03ee1b7f8eb5cee9654e9d789e0c46a098bed895.zip
gdb-03ee1b7f8eb5cee9654e9d789e0c46a098bed895.tar.gz
gdb-03ee1b7f8eb5cee9654e9d789e0c46a098bed895.tar.bz2
PR gas/11013
* arm-dis.c (thumb32_opc): Adjust disassembly of QADD, QDADD, QSUB and QDSUB. * gas/arm/arch7em.d: Update expected disassembly. * gas/arm/thumb32.d: Likewise. * config/tc-arm.c (do_t_simd2): New function. (insns): Use do_t_simd2 for QADD, QDADD, QSUB and QDSUB.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 2624a46..f941c9f 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,10 @@
+2009-12-02 Nick Clifton <nickc@redhat.com>
+ Richard Earnshaw <rearnsha@arm.com>
+
+ PR gas/11013
+ * config/tc-arm.c (do_t_simd2): New function.
+ (insns): Use do_t_simd2 for QADD, QDADD, QSUB and QDSUB.
+
2009-11-30 Joseph Myers <joseph@codesourcery.com>
* configure: Regenerate.