OSDN Git Service

* config/tc-arm.c(do_t_ldst): Warn on loading into sp with
authornickc <nickc>
Wed, 11 May 2011 09:25:41 +0000 (09:25 +0000)
committernickc <nickc>
Wed, 11 May 2011 09:25:41 +0000 (09:25 +0000)
commitaaed58e2952a3754953ed904f517fd0f5f5a945e
tree22998b3562cc1a17b5281458a3e155a4811041b6
parent7219816326e089354fae4b6a909b8933572796ac
* 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]