diff options
author | Joseph Myers <joseph@codesourcery.com> | 2006-05-02 14:42:30 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2006-05-02 14:42:30 +0000 |
commit | df7849c593594e81b635dfe06b488e333fc9b2ab (patch) | |
tree | d6aa3f4edd235c52e3ca6ded87f8f821f4382151 /gas/ChangeLog | |
parent | 2d545b822e56d78c142866649b797aa7e831a661 (diff) | |
download | gdb-df7849c593594e81b635dfe06b488e333fc9b2ab.zip gdb-df7849c593594e81b635dfe06b488e333fc9b2ab.tar.gz gdb-df7849c593594e81b635dfe06b488e333fc9b2ab.tar.bz2 |
* 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 and BFD_RELOC_ARM_T32_CP_OFF_IMM_S2.
testsuite:
* gas/arm/iwmmxt.s: Increase offsets for wstrb and wstrh.
* gas/arm/iwmmxt.d: Update expected results.
* gas/arm/iwmmxt-bad2.s: Test wstrb, wstrh, wldrb and wldrh.
* gas/arm/iwmmxt-bad2.l: Update expected error messages.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index cb329d0..016a286 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +2006-05-02 Joseph Myers <joseph@codesourcery.com> + + * 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 and BFD_RELOC_ARM_T32_CP_OFF_IMM_S2. + 2006-05-02 H.J. Lu <hongjiu.lu@intel.com> Jan Beulich <jbeulich@novell.com> |