summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian Brown <julian@codesourcery.com>2006-07-20 14:16:41 +0000
committerJulian Brown <julian@codesourcery.com>2006-07-20 14:16:41 +0000
commitcee33bc2783768d7b0c55ee3b99f69e74f5bf275 (patch)
tree445c72f68126e398886f8b6b510a75d2a32e67ee
parentae586df06ebab4545dfc1e31ceb5e9403e53ceee (diff)
downloadcygnal-cee33bc2783768d7b0c55ee3b99f69e74f5bf275.tar.gz
cygnal-cee33bc2783768d7b0c55ee3b99f69e74f5bf275.tar.bz2
cygnal-cee33bc2783768d7b0c55ee3b99f69e74f5bf275.zip
Backport from mainline.
opcodes/ * arm-dis.c (coprocessor): Alter fmsrr disassembly syntax. gas/testsuite/ * gas/arm/vfp-neon-syntax.d: Tweak expected fmsrr syntax. * gas/arm/vfp-neon-syntax_t2.d: Likewise. * gas/arm/vfp2.d: Likewise. * gas/arm/vfp2_t2.d: Likewise.
-rw-r--r--ChangeLog.csl13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index e63f6a125..d5e5b3ffe 100644
--- a/ChangeLog.csl
+++ b/ChangeLog.csl
@@ -1,3 +1,16 @@
+2006-07-20 Julian Brown <julian@codesourcery.com>
+
+ Backport from mainline.
+
+ opcodes/
+ * arm-dis.c (coprocessor): Alter fmsrr disassembly syntax.
+
+ gas/testsuite/
+ * gas/arm/vfp-neon-syntax.d: Tweak expected fmsrr syntax.
+ * gas/arm/vfp-neon-syntax_t2.d: Likewise.
+ * gas/arm/vfp2.d: Likewise.
+ * gas/arm/vfp2_t2.d: Likewise.
+
2006-07-19 Paul Brook <paul@codesourcery.com>
Backport from mainline.