OSDN Git Service

* gas/arm/itblock.s: New file. Helper macro for making all-true IT
authorJulian Brown <julian@codesourcery.com>
Wed, 7 Jun 2006 14:31:51 +0000 (14:31 +0000)
committerJulian Brown <julian@codesourcery.com>
Wed, 7 Jun 2006 14:31:51 +0000 (14:31 +0000)
commit5c3fc4a5c92c497ba36ff23e9214ed83f74017e9
tree0d06492b7be679c392ab1ff47fc35c94bb4f2369
parentdf46d4f1f66dc2c7e137615425e3b197af1ce45c
* gas/arm/itblock.s: New file. Helper macro for making all-true IT
    blocks.
    * gas/arm/neon-cond-bad-inc.s: New test. Make sure unconditional
    Neon instructions are rejected...
    * gas/arm/neon-cond-bad.s: In ARM mode, and...
    * gas/arm/neon-cond-bad_t2.s: Accepted in Thumb mode (with IT).
    * gas/arm/neon-cond-bad.l: Expected error output in ARM mode.
    * gas/arm/neon-cond-bad.d: Control ARM mode test.
    * gas/arm/neon-cond-bad_t2.d: Expected output in Thumb mode.
    * gas/arm/vfp-neon-syntax-inc.s: Test VFP Neon-style syntax.
    * gas/arm/vfp-neon-syntax.s: ...in ARM mode.
    * gas/arm/vfp-neon-syntax_t2.s: ...and Thumb mode.
    * gas/arm/vfp-neon-syntax.d: Expected output in ARM mode.
    * gas/arm/vfp-neon-syntax_t2.d: Expected output in Thumb mode.
13 files changed:
gas/testsuite/ChangeLog
gas/testsuite/gas/arm/itblock.s [new file with mode: 0644]
gas/testsuite/gas/arm/neon-cond-bad-inc.s [new file with mode: 0644]
gas/testsuite/gas/arm/neon-cond-bad.d [new file with mode: 0644]
gas/testsuite/gas/arm/neon-cond-bad.l [new file with mode: 0644]
gas/testsuite/gas/arm/neon-cond-bad.s [new file with mode: 0644]
gas/testsuite/gas/arm/neon-cond-bad_t2.d [new file with mode: 0644]
gas/testsuite/gas/arm/neon-cond-bad_t2.s [new file with mode: 0644]
gas/testsuite/gas/arm/vfp-neon-syntax-inc.s [new file with mode: 0644]
gas/testsuite/gas/arm/vfp-neon-syntax.d [new file with mode: 0644]
gas/testsuite/gas/arm/vfp-neon-syntax.s [new file with mode: 0644]
gas/testsuite/gas/arm/vfp-neon-syntax_t2.d [new file with mode: 0644]
gas/testsuite/gas/arm/vfp-neon-syntax_t2.s [new file with mode: 0644]