]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
config/tc-arm.c (do_iwmmxt_wldstd): Correct the offset range for WLDRD/WSTRD
authorNick Clifton <nickc@redhat.com>
Wed, 3 Aug 2005 09:50:43 +0000 (09:50 +0000)
committerNick Clifton <nickc@redhat.com>
Wed, 3 Aug 2005 09:50:43 +0000 (09:50 +0000)
commitf2184508ddc02259748ca1bd0363a6452ac6b564
tree05545548ba3b8161118ab0c0622712be1a775312
parent9f4fb50211b7f57d241f911223874a1d16ae9c1a
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