summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2006-10-25 23:28:50 +0000
committerPaul Brook <paul@codesourcery.com>2006-10-25 23:28:50 +0000
commit6e0248bfe33615e18c1569dcfff0681e378aded9 (patch)
treeca6748bba8c5bcff966f0110f45540c7748b5ba7
parenta12fe72c4f8b6c9b1ae2be4f72600ece71596d62 (diff)
downloadcygnal-6e0248bfe33615e18c1569dcfff0681e378aded9.tar.gz
cygnal-6e0248bfe33615e18c1569dcfff0681e378aded9.tar.bz2
cygnal-6e0248bfe33615e18c1569dcfff0681e378aded9.zip
2006-10-25 Paul Brook <paul@codesourcery.com>
gas/ * config/tc-arm.c (do_vfp_sp_const, do_vfp_dp_const): Fix operans encoding. gas/testsuite/ * gas/arm/vfpv3-const-conv.s: Improve test coverage. * gas/arm/vfpv3-const-conv.d: Adjust expected output. * gas/arm/vfp-neon-syntax_t2.d: Ditto. * gas/arm/vfp-neon-syntax.d: Ditto. opcodes/ * arm-dis.c (coprocessor_opcodes): Fix bitfields for fconstd/fconstd.
-rw-r--r--ChangeLog.csl15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index a5162f4d4..dc6168aa3 100644
--- a/ChangeLog.csl
+++ b/ChangeLog.csl
@@ -1,3 +1,18 @@
+2006-10-25 Paul Brook <paul@codesourcery.com>
+
+ gas/
+ * config/tc-arm.c (do_vfp_sp_const, do_vfp_dp_const): Fix operans
+ encoding.
+
+ gas/testsuite/
+ * gas/arm/vfpv3-const-conv.s: Improve test coverage.
+ * gas/arm/vfpv3-const-conv.d: Adjust expected output.
+ * gas/arm/vfp-neon-syntax_t2.d: Ditto.
+ * gas/arm/vfp-neon-syntax.d: Ditto.
+
+ opcodes/
+ * arm-dis.c (coprocessor_opcodes): Fix bitfields for fconstd/fconstd.
+
2006-10-24 Mark Shinwell <shinwell@codesourcery.com>
gas/