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-24 18:06:25 +0400
committerMark Shinwell <shinwell@codesourcery.com>2006-10-24 18:06:25 +0400
commita12fe72c4f8b6c9b1ae2be4f72600ece71596d62 (patch)
treeeb0cbc197cac0c9380612822941d6e97c4a47e94
parent0ba400cf29ba968b1c06b2112f514f396299e4f6 (diff)
gas/
* config/tc-arm.c (md_apply_fix): Turn CZB instructions that attempt to jump to the next instruction into NOPs.
-rw-r--r--ChangeLog.csl6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index d33c8bf19..a5162f4d4 100644
--- a/ChangeLog.csl
+++ b/ChangeLog.csl
@@ -1,3 +1,9 @@
+2006-10-24 Mark Shinwell <shinwell@codesourcery.com>
+
+ gas/
+ * config/tc-arm.c (md_apply_fix): Turn CZB instructions that
+ attempt to jump to the next instruction into NOPs.
+
2006-10-19 Joseph S. Myers <joseph@codesourcery.com>
Mark Mitchell <mark@codesourcery.com>