Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2006-10-26 23:31:10 +0400
committerPaul Brook <paul@codesourcery.com>2006-10-26 23:31:10 +0400
commit48305296002694884b515af9dc06433f66394cfb (patch)
tree4757f9d53a5600c5a06eca7bcfcfeebc1a12a0a3
parent6e0248bfe33615e18c1569dcfff0681e378aded9 (diff)
2006-10-26 Paul Brook <paul@codesourcery.com>
gas/ * config/tc-arm.c (do_neon_ext): Enforce immediate range. (insns): Use I15 for vext. gas/testsute/ * gas/arm/neon-cov.s: Add new vext test. * gas/arm/neon-cov.d: Ditto.
-rw-r--r--ChangeLog.csl10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index dc6168aa3..b0a636913 100644
--- a/ChangeLog.csl
+++ b/ChangeLog.csl
@@ -1,3 +1,13 @@
+2006-10-26 Paul Brook <paul@codesourcery.com>
+
+ gas/
+ * config/tc-arm.c (do_neon_ext): Enforce immediate range.
+ (insns): Use I15 for vext.
+
+ gas/testsute/
+ * gas/arm/neon-cov.s: Add new vext test.
+ * gas/arm/neon-cov.d: Ditto.
+
2006-10-25 Paul Brook <paul@codesourcery.com>
gas/