diff options
author | Nick Clifton <nickc@redhat.com> | 2005-08-03 09:50:43 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2005-08-03 09:50:43 +0000 |
commit | f2184508ddc02259748ca1bd0363a6452ac6b564 (patch) | |
tree | 05545548ba3b8161118ab0c0622712be1a775312 /gas/ChangeLog | |
parent | 9f4fb50211b7f57d241f911223874a1d16ae9c1a (diff) | |
download | gdb-f2184508ddc02259748ca1bd0363a6452ac6b564.zip gdb-f2184508ddc02259748ca1bd0363a6452ac6b564.tar.gz gdb-f2184508ddc02259748ca1bd0363a6452ac6b564.tar.bz2 |
config/tc-arm.c (do_iwmmxt_wldstd): Correct the offset range for WLDRD/WSTRD
instruction.
gas/arm/iwmmxt-bad2.s: New file: Check for error messages about erroneous
offsets in iwmmxt instructions. Cannot be part of iwmmxt-bad.s because
the errors there stop the assembler before it gets to check the offsets
in instructions.
gas/arm/iwmmxt-bad2.d: New file.
gas/arm/iwmmxt-bad2.l: New file: Expected error messages.
gas/arm/iwmmxt.s: Change the offset values of the WLDRD, WSTRD and WSTRW
instructions to be larger than +/-255.
gas/arm/iwmmxt.d: Fix the expected results for these instructions.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index e4ff266..ac2b865 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2005-08-02 Khem Raj <kraj@mvista.com> + + * config/tc-arm.c (do_iwmmxt_wldstd): Correct the offset range for + WLDRD/WSTRD instruction. + 2005-08-02 Alan Modra <amodra@bigpond.net.au> * config/tc-ppc.c (md_apply_fix <ELF>): Don't warn on overflow |