summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog.csl22
1 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index 6295d38e636..f03e3fc70cd 100644
--- a/ChangeLog.csl
+++ b/ChangeLog.csl
@@ -1,3 +1,25 @@
+2006-08-03 Joseph Myers <joseph@codesourcery.com>
+
+ Backport from mainline.
+
+ gas/
+ * config/tc-arm.c (parse_operands): Handle invalid register name
+ for OP_RIWR_RIWC.
+
+ gas/testsuite/
+ * gas/arm/iwmmxt-bad.s: Test invalid register names for wldrw and
+ wstrw.
+ * gas/arm/iwmmxt-bad.l: Update.
+
+ gas/
+ * config/tc-arm.c (enum operand_parse_code): Add OP_RIWC_RIWG.
+ (parse_operands): Handle it.
+ (insns): Use it for tmcr and tmrc.
+
+ gas/testsuite/
+ * gas/arm/iwmmxt.s: Test tmcr and tmrc with wcgr registers.
+ * gas/arm/iwmmxt.d: Update.
+
2006-07-27 Carlos O'Donell <carlos@codesourcery.com>
bfd/