* config/tc-arm.c(do_t_ldst): Warn on loading into sp with
commit07c26d95e3de256db985b5499e82c1cb38a0d0ed
authorNick Clifton <nickc@redhat.com>
Wed, 11 May 2011 09:25:41 +0000 (11 09:25 +0000)
committerNick Clifton <nickc@redhat.com>
Wed, 11 May 2011 09:25:41 +0000 (11 09:25 +0000)
treecc42658d226f6edad6367023ce3849ed19356077
parentfc7dfae6ce424a703bc09febd02cf8f47ed452d6
* config/tc-arm.c(do_t_ldst): Warn on loading into sp with
writeback for appropriate cores/arch.
* testsuite/gas/arm/ld-sp-warn-cortex-m3.d: New test.
* testsuite/gas/arm/ld-sp-warn-cortex-m3.l: New test.
* testsuite/gas/arm/ld-sp-warn-cortex-m4.d: New test.
* testsuite/gas/arm/ld-sp-warn-cortex-m4.l: New test.
* testsuite/gas/arm/ld-sp-warn-v7.d: New test.
* testsuite/gas/arm/ld-sp-warn-v7.l: New test.
* testsuite/gas/arm/ld-sp-warn-v7a.d: New test.
* testsuite/gas/arm/ld-sp-warn-v7a.l: New test.
* testsuite/gas/arm/ld-sp-warn-v7e-m.l: New test.
* testsuite/gas/arm/ld-sp-warn-v7em.d: New test.
* testsuite/gas/arm/ld-sp-warn-v7m.d: New test.
* testsuite/gas/arm/ld-sp-warn-v7m.l: New test.
* testsuite/gas/arm/ld-sp-warn-v7r.d: New test.
* testsuite/gas/arm/ld-sp-warn-v7r.l: New test.
* testsuite/gas/arm/ld-sp-warn.s: New test.
19 files changed:
gas/config/tc-arm.c
gas/testsuite/ChangeLog
gas/testsuite/gas/arm/ld-sp-warn-cortex-m3.d [new file with mode: 0644]
gas/testsuite/gas/arm/ld-sp-warn-cortex-m3.l [new file with mode: 0644]
gas/testsuite/gas/arm/ld-sp-warn-cortex-m4.d [new file with mode: 0644]
gas/testsuite/gas/arm/ld-sp-warn-cortex-m4.l [new file with mode: 0644]
gas/testsuite/gas/arm/ld-sp-warn-v7.d [new file with mode: 0644]
gas/testsuite/gas/arm/ld-sp-warn-v7.l [new file with mode: 0644]
gas/testsuite/gas/arm/ld-sp-warn-v7a.d [new file with mode: 0644]
gas/testsuite/gas/arm/ld-sp-warn-v7a.l [new file with mode: 0644]
gas/testsuite/gas/arm/ld-sp-warn-v7e-m.l [new file with mode: 0644]
gas/testsuite/gas/arm/ld-sp-warn-v7em.d [new file with mode: 0644]
gas/testsuite/gas/arm/ld-sp-warn-v7m.d [new file with mode: 0644]
gas/testsuite/gas/arm/ld-sp-warn-v7m.l [new file with mode: 0644]
gas/testsuite/gas/arm/ld-sp-warn-v7r.d [new file with mode: 0644]
gas/testsuite/gas/arm/ld-sp-warn-v7r.l [new file with mode: 0644]
gas/testsuite/gas/arm/ld-sp-warn.d [new file with mode: 0644]
gas/testsuite/gas/arm/ld-sp-warn.l [new file with mode: 0644]
gas/testsuite/gas/arm/ld-sp-warn.s [new file with mode: 0644]