]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gas/config/tc-arm.c
gas/
authorMark Shinwell <shinwell@codesourcery.com>
Sun, 18 Mar 2007 16:21:27 +0000 (16:21 +0000)
committerMark Shinwell <shinwell@codesourcery.com>
Sun, 18 Mar 2007 16:21:27 +0000 (16:21 +0000)
commit8fb9d7b9aa21d34743316ad6f5928d06e9a57e02
treeb010e336b2a6302add1f8154a8cbf0eb2c63faf3
parentd74fb15679686e530b89521a4e96701b53a2f7f0
gas/
* config/tc-arm.c (do_mul): Don't warn about overlapping
Rd and Rm operands when assembling for v6 or above.
Correctly capitalize register names in the messages.
(do_mlas): Likewise.  Delete spurious blank line.

gas/testsuite/
* gas/arm/mul-overlap.s: New.
* gas/arm/mul-overlap.d: New.
* gas/arm/mul-overlap.l: New.
* gas/arm/mul-overlap-v6.s: New.
* gas/arm/mul-overlap-v6.d: New.
gas/ChangeLog
gas/config/tc-arm.c
gas/testsuite/ChangeLog
gas/testsuite/gas/arm/mul-overlap-v6.d [new file with mode: 0644]
gas/testsuite/gas/arm/mul-overlap-v6.s [new file with mode: 0644]
gas/testsuite/gas/arm/mul-overlap.d [new file with mode: 0644]
gas/testsuite/gas/arm/mul-overlap.l [new file with mode: 0644]
gas/testsuite/gas/arm/mul-overlap.s [new file with mode: 0644]