]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gas/config/tc-arm.c
* config/tc-arm.c(do_t_ldst): Warn on loading into sp with
authorNick Clifton <nickc@redhat.com>
Wed, 11 May 2011 09:25:44 +0000 (09:25 +0000)
committerNick Clifton <nickc@redhat.com>
Wed, 11 May 2011 09:25:44 +0000 (09:25 +0000)
commit8d67f500e17ebf82c1ae0e29ff4629fec94c583c
tree03b42cc64d4fab13d3bacd1025cb3bb59c1e3cf7
parentfaf067f1a354df9682137d4910540c74ee7c929c
* 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]