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-09-08 00:02:44 +0400
committerPaul Brook <paul@codesourcery.com>2006-09-08 00:02:44 +0400
commit51829b401fa3d984f5b5518347a3cdf4eed001bd (patch)
tree39dcfafb1c566289c0acd29edadb522de903e9ae
parent288501f40b8a4604a4adf98fe87917439afbafa9 (diff)
2006-09-07 Paul Brook <paul@codesourcery.com>
gas/ * config/tc-arm.c (insns): Allow ARM IT pseudo-insn on all cores. gas/testsuite/ * gas/arm/arm-it.s: New test. * gas/arm/arm-it.d: New test.
-rw-r--r--ChangeLog.csl9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index 165c9b0aa..6cfb51403 100644
--- a/ChangeLog.csl
+++ b/ChangeLog.csl
@@ -1,3 +1,12 @@
+2006-09-07 Paul Brook <paul@codesourcery.com>
+
+ gas/
+ * config/tc-arm.c (insns): Allow ARM IT pseudo-insn on all cores.
+
+ gas/testsuite/
+ * gas/arm/arm-it.s: New test.
+ * gas/arm/arm-it.d: New test.
+
2006-09-06 Paul Brook <paul@codesourcery.com>
gas/