aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2009-01-29 11:50:46 +0000
committerJoseph Myers <joseph@codesourcery.com>2009-01-29 11:50:46 +0000
commit4f80ef3ef35109c37a5eafb5d394b63d614577cf (patch)
tree66453066c0d9774624c8a13ec5f7ff693032b746 /gas/ChangeLog
parent087b80de6eb85d50f0e936709c804647d7084770 (diff)
downloadgdb-4f80ef3ef35109c37a5eafb5d394b63d614577cf.zip
gdb-4f80ef3ef35109c37a5eafb5d394b63d614577cf.tar.gz
gdb-4f80ef3ef35109c37a5eafb5d394b63d614577cf.tar.bz2
gas:
2009-01-29 Mark Mitchell <mark@codesourcery.com> * config/tc-arm.c (insns): Add qasx, qsax, shasx, shsax, ssax, uasx, uhasx, uhsx, uqasx, uqsax, usax. gas/testsuite: 2009-01-29 Mark Mitchell <mark@codesourcery.com> * gas/arm/thumb32.s (qadd): Add tests for them. * gas/arm/thumb32.d: Adjust accordingly.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index cc855cd..ac2afd0 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,10 @@
2009-01-29 Mark Mitchell <mark@codesourcery.com>
+ * config/tc-arm.c (insns): Add qasx, qsax, shasx, shsax, ssax,
+ uasx, uhasx, uhsx, uqasx, uqsax, usax.
+
+2009-01-29 Mark Mitchell <mark@codesourcery.com>
+
* config/tc-arm.c (insns): Correct encoding of qadd, qdadd, qsub,
qdsub in Thumb-2 mode.