OSDN Git Service

* gas/arm/itblock.s: New file. Helper macro for making all-true IT
authorjules <jules>
Wed, 7 Jun 2006 14:31:51 +0000 (14:31 +0000)
committerjules <jules>
Wed, 7 Jun 2006 14:31:51 +0000 (14:31 +0000)
commit3ac5c90aa7be541a7ff75b7ed99cf1355b5cb0af
treed79e5a2b41a8c7bd13450dbfaea208bfd9bf7c85
parent3eb23d7973ca107f368a620ee78d257637a9807d
* 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]