summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Myers <jsm@polyomino.org.uk>2006-04-28 19:10:40 +0000
committerJoseph Myers <jsm@polyomino.org.uk>2006-04-28 19:10:40 +0000
commitd5897256de81f2bde7eba3ac202df1b9f70e8102 (patch)
tree44da0face62ece4ed007d73a368442966e694277
parent796b9e3c3ea2b54ab31c8e4ede48b4ff6f1eff65 (diff)
downloadgdb-d5897256de81f2bde7eba3ac202df1b9f70e8102.tar.gz
* gas/config/tc-arm.c (do_iwmmxt_wldstbh): Don't multiply offsetbinutils-csl-wrs-linux-3_4_4-21
by 4 here. (md_apply_fix3): Multiply offset by 4 here for BFD_RELOC_ARM_CP_OFF_IMM_S2. * gas/testsuite/gas/arm/arm.exp: Run iwmmxt-bad2. * gas/testsuite/gas/arm/iwmmxt.s: Increase offsets for wstrb and wstrh. * gas/testsuite/gas/arm/iwmmxt.d: Update expected results. * gas/testsuite/gas/arm/iwmmxt-bad2.s: Test wstrb, wstrh, wldrb and wldrh. * gas/testsuite/gas/arm/iwmmxt-bad2.l: Update expected error messages.
-rw-r--r--ChangeLog.csl15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index 873367d7c1f..55c3d639f62 100644
--- a/ChangeLog.csl
+++ b/ChangeLog.csl
@@ -1,3 +1,18 @@
+2006-04-28 Joseph Myers <joseph@codesourcery.com>
+
+ * gas/config/tc-arm.c (do_iwmmxt_wldstbh): Don't multiply offset
+ by 4 here.
+ (md_apply_fix3): Multiply offset by 4 here for
+ BFD_RELOC_ARM_CP_OFF_IMM_S2.
+ * gas/testsuite/gas/arm/arm.exp: Run iwmmxt-bad2.
+ * gas/testsuite/gas/arm/iwmmxt.s: Increase offsets for wstrb and
+ wstrh.
+ * gas/testsuite/gas/arm/iwmmxt.d: Update expected results.
+ * gas/testsuite/gas/arm/iwmmxt-bad2.s: Test wstrb, wstrh, wldrb
+ and wldrh.
+ * gas/testsuite/gas/arm/iwmmxt-bad2.l: Update expected error
+ messages.
+
2006-01-16 Joseph Myers <joseph@codesourcery.com>
Backport: