OSDN Git Service

config/tc-arm.c (do_iwmmxt_wldstd): Correct the offset range for WLDRD/WSTRD
authornickc <nickc>
Wed, 3 Aug 2005 09:50:41 +0000 (09:50 +0000)
committernickc <nickc>
Wed, 3 Aug 2005 09:50:41 +0000 (09:50 +0000)
commit73bca2619ca95cb0b31f33ac8cebc24a5ec63f26
tree533f4a2ddfa6f44172345c4564b78eb2e7176e2f
parentb710d70590d195c56e9a5ed949f6731429a41ce6
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.
gas/ChangeLog
gas/config/tc-arm.c
gas/testsuite/ChangeLog
gas/testsuite/gas/arm/iwmmxt-bad2.d [new file with mode: 0644]
gas/testsuite/gas/arm/iwmmxt-bad2.l [new file with mode: 0644]
gas/testsuite/gas/arm/iwmmxt-bad2.s [new file with mode: 0644]
gas/testsuite/gas/arm/iwmmxt.d
gas/testsuite/gas/arm/iwmmxt.s