From: David Edelsohn Date: Fri, 6 Oct 1995 17:53:56 +0000 (+0000) Subject: gas.exp renamed to arm.exp. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1ba02d4f74f049c0cb6d90574985370c8e3d2aeb;p=binutils-gdb.git gas.exp renamed to arm.exp. --- diff --git a/gas/testsuite/gas/arm/.Sanitize b/gas/testsuite/gas/arm/.Sanitize index 6fb3a4f236e..cfca9d0768f 100644 --- a/gas/testsuite/gas/arm/.Sanitize +++ b/gas/testsuite/gas/arm/.Sanitize @@ -25,12 +25,12 @@ Do-first: Things-to-keep: +arm.exp arm3.s arm6.s arm7dm.s copro.s float.s -gas.exp inst.s Things-to-lose: diff --git a/gas/testsuite/gas/arm/arm.exp b/gas/testsuite/gas/arm/arm.exp new file mode 100644 index 00000000000..339c3e6aa40 --- /dev/null +++ b/gas/testsuite/gas/arm/arm.exp @@ -0,0 +1,16 @@ +# +# Some ARM tests +# +if [istarget arm-*-*] then { + gas_test "inst.s" "" $stdoptlist "Basic instruction set" + + gas_test "arm3.s" "" $stdoptlist "Arm 3 instructions" + + gas_test "arm6.s" "" $stdoptlist "Arm 6 instructions" + + gas_test "arm7dm.s" "" $stdoptlist "Arm 7DM instructions" + + gas_test "copro.s" "" $stdoptlist "Co processor instructions" + + gas_test "float.s" "" $stdoptlist "Core floating point instructions" +} diff --git a/gas/testsuite/gas/arm/gas.exp b/gas/testsuite/gas/arm/gas.exp deleted file mode 100644 index 339c3e6aa40..00000000000 --- a/gas/testsuite/gas/arm/gas.exp +++ /dev/null @@ -1,16 +0,0 @@ -# -# Some ARM tests -# -if [istarget arm-*-*] then { - gas_test "inst.s" "" $stdoptlist "Basic instruction set" - - gas_test "arm3.s" "" $stdoptlist "Arm 3 instructions" - - gas_test "arm6.s" "" $stdoptlist "Arm 6 instructions" - - gas_test "arm7dm.s" "" $stdoptlist "Arm 7DM instructions" - - gas_test "copro.s" "" $stdoptlist "Co processor instructions" - - gas_test "float.s" "" $stdoptlist "Core floating point instructions" -}