PR gas/12854
commit125219d85645092da64e04a7b98ec7327a98a4f1
authorNick Clifton <nickc@redhat.com>
Mon, 13 Jun 2011 09:57:33 +0000 (13 09:57 +0000)
committerNick Clifton <nickc@redhat.com>
Mon, 13 Jun 2011 09:57:33 +0000 (13 09:57 +0000)
treee2569f72ed54c0da8a31019794abe8b35cd248b1
parentd4cc144128e02c4f3d894adb0cc8e29de42b5640
PR gas/12854
* gas/arm/shift-bad.s: New test.
* gas/arm/shift-bad.l: Expcted error output.
* gas/arm/shift-bad.s: New control file.

* config/tc-arm.c (do_shift): Do not allow shift operations at the
end of a register based shift insn.
(do_t_shift): Likewise.
gas/ChangeLog
gas/config/tc-arm.c
gas/testsuite/ChangeLog
gas/testsuite/gas/arm/shift-bad.d [new file with mode: 0644]
gas/testsuite/gas/arm/shift-bad.l [new file with mode: 0644]
gas/testsuite/gas/arm/shift-bad.s [new file with mode: 0644]