From 1ba02d4f74f049c0cb6d90574985370c8e3d2aeb Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Fri, 6 Oct 1995 17:53:56 +0000 Subject: gas.exp renamed to arm.exp. --- gas/testsuite/gas/arm/.Sanitize | 2 +- gas/testsuite/gas/arm/arm.exp | 16 ++++++++++++++++ gas/testsuite/gas/arm/gas.exp | 16 ---------------- 3 files changed, 17 insertions(+), 17 deletions(-) create mode 100644 gas/testsuite/gas/arm/arm.exp delete mode 100644 gas/testsuite/gas/arm/gas.exp (limited to 'gas') diff --git a/gas/testsuite/gas/arm/.Sanitize b/gas/testsuite/gas/arm/.Sanitize index 6fb3a4f..cfca9d0 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 0000000..339c3e6 --- /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 339c3e6..0000000 --- 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" -} -- cgit v1.1