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:
authorMark Shinwell <shinwell@codesourcery.com>2006-10-31 19:46:37 +0300
committerMark Shinwell <shinwell@codesourcery.com>2006-10-31 19:46:37 +0300
commit188764964238131da9f8625cf0a576c38592e0d1 (patch)
tree79cf9eafbd532a2a98e22e99b09d35613acb9d07
parent5b8d48ad5a3772ff8088d0f828d23a0d69dd9661 (diff)
gas/
* config/tc-arm.c (do_t_czb): Rename to do_t_cbz. (insns): Adjust accordingly. (md_apply_fix): Alter comments to use CBZ instead of CZB.
-rw-r--r--ChangeLog.csl7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index 68f42e78e..fbb65ad8e 100644
--- a/ChangeLog.csl
+++ b/ChangeLog.csl
@@ -1,3 +1,10 @@
+2006-10-31 Mark Shinwell <shinwell@codesourcery.com>
+
+ gas/
+ * config/tc-arm.c (do_t_czb): Rename to do_t_cbz.
+ (insns): Adjust accordingly.
+ (md_apply_fix): Alter comments to use CBZ instead of CZB.
+
2006-10-30 Paul Brook <paul@codesourcery.com>
bfd/