summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Shinwell <shinwell@codesourcery.com>2006-10-24 14:06:25 +0000
committerMark Shinwell <shinwell@codesourcery.com>2006-10-24 14:06:25 +0000
commita092d84c2f2a5e3e762c49f3317dde2ae13dd3a4 (patch)
tree7f61bde9baac89343006e2aa8b6c6e2e2ab83f49
parentbf2ec13e81f1e170a69fe4ce3a9486a2246dd902 (diff)
downloadgdb-a092d84c2f2a5e3e762c49f3317dde2ae13dd3a4.tar.gz
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 d33c8bf19f1..a5162f4d478 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>