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 | 8850b812a0e722f6997a023c345b0827128a531e (patch) | |
tree | d2e3f9d7eb5b78ba6fb221c0225e8ec11fdb373e /gas/testsuite/ChangeLog | |
parent | 34635f86e968c501fda18113493b88577876b412 (diff) | |
download | binutils-redhat-8850b812a0e722f6997a023c345b0827128a531e.tar.gz |
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/testsuite/ChangeLog')
-rw-r--r-- | gas/testsuite/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 579441cb9c..2eabaf6c28 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,19 @@ +2005-08-03 Nick Clifton <nickc@redhat.com> + + * 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. + +2005-08-02 Khem Raj <kraj@mvista.com> + + * 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. + 2005-07-29 Paul Brook <paul@codesourcery.com> * gas/arm/thumb32.d: Fix expected output for writeback addressing |