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:
authorJoseph Myers <joseph@codesourcery.com>2006-04-28 23:10:40 +0400
committerJoseph Myers <joseph@codesourcery.com>2006-04-28 23:10:40 +0400
commit7f0ac8998dbe05d1136e7ccc57aa25580a9e4549 (patch)
tree47bed6f34b9fa49fcdba30fcbaa993067182770f
parente345873836b7df66db675b4ca9b770780a7fd4aa (diff)
* 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 873367d7c..55c3d639f 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: