Add tests for gas arch autodetection on ARM
authorThomas Preud'homme <thomas.preudhomme@arm.com>
Thu, 24 Dec 2015 08:50:26 +0000 (16:50 +0800)
committerThomas Preud'homme <thomas.preudhomme@arm.com>
Thu, 24 Dec 2015 08:54:21 +0000 (16:54 +0800)
commit443bfd5a371633064bf251a74b27382c7774f217
tree14c300d20748af4fb39ef320c52958c5cf8590f9
parentab8314b3d99625c9a2125d39f4f3e74bf9e49cce
Add tests for gas arch autodetection on ARM

2015-12-09  Andre Vieira  <andre.simoesdiasvieira@arm.com>

gas/testsuite/
    * gas/arm/automatic-bw.d: New.
    * gas/arm/automatic-bw.s: New.
    * gas/arm/automatic-cbz.d: New.
    * gas/arm/automatic-cbz.s: New.
    * gas/arm/automatic-clrex.d: New.
    * gas/arm/automatic-clrex.s: New.
    * gas/arm/automatic-lda.d: New.
    * gas/arm/automatic-lda.s: New.
    * gas/arm/automatic-ldaex.d: New.
    * gas/arm/automatic-ldaex.s: New.
    * gas/arm/automatic-ldaexb.d: New.
    * gas/arm/automatic-ldaexb.s: New.
    * gas/arm/automatic-ldrex.d: New.
    * gas/arm/automatic-ldrex.s: New.
    * gas/arm/automatic-ldrexd.d: New.
    * gas/arm/automatic-ldrexd.s: New.
    * gas/arm/automatic-movw.d: New.
    * gas/arm/automatic-movw.s: New.
    * gas/arm/automatic-sdiv.d: New.
    * gas/arm/automatic-sdiv.s: New.
    * gas/arm/automatic-strexb.d: New.
    * gas/arm/automatic-strexb.s: New.
23 files changed:
gas/testsuite/ChangeLog
gas/testsuite/gas/arm/automatic-bw.d [new file with mode: 0644]
gas/testsuite/gas/arm/automatic-bw.s [new file with mode: 0644]
gas/testsuite/gas/arm/automatic-cbz.d [new file with mode: 0644]
gas/testsuite/gas/arm/automatic-cbz.s [new file with mode: 0644]
gas/testsuite/gas/arm/automatic-clrex.d [new file with mode: 0644]
gas/testsuite/gas/arm/automatic-clrex.s [new file with mode: 0644]
gas/testsuite/gas/arm/automatic-lda.d [new file with mode: 0644]
gas/testsuite/gas/arm/automatic-lda.s [new file with mode: 0644]
gas/testsuite/gas/arm/automatic-ldaex.d [new file with mode: 0644]
gas/testsuite/gas/arm/automatic-ldaex.s [new file with mode: 0644]
gas/testsuite/gas/arm/automatic-ldaexb.d [new file with mode: 0644]
gas/testsuite/gas/arm/automatic-ldaexb.s [new file with mode: 0644]
gas/testsuite/gas/arm/automatic-ldrex.d [new file with mode: 0644]
gas/testsuite/gas/arm/automatic-ldrex.s [new file with mode: 0644]
gas/testsuite/gas/arm/automatic-ldrexd.d [new file with mode: 0644]
gas/testsuite/gas/arm/automatic-ldrexd.s [new file with mode: 0644]
gas/testsuite/gas/arm/automatic-movw.d [new file with mode: 0644]
gas/testsuite/gas/arm/automatic-movw.s [new file with mode: 0644]
gas/testsuite/gas/arm/automatic-sdiv.d [new file with mode: 0644]
gas/testsuite/gas/arm/automatic-sdiv.s [new file with mode: 0644]
gas/testsuite/gas/arm/automatic-strexb.d [new file with mode: 0644]
gas/testsuite/gas/arm/automatic-strexb.s [new file with mode: 0644]
This page took 0.02748 seconds and 4 git commands to generate.