gas.exp renamed to arm.exp.
authorDavid Edelsohn <dje.gcc@gmail.com>
Fri, 6 Oct 1995 17:53:56 +0000 (17:53 +0000)
committerDavid Edelsohn <dje.gcc@gmail.com>
Fri, 6 Oct 1995 17:53:56 +0000 (17:53 +0000)
gas/testsuite/gas/arm/.Sanitize
gas/testsuite/gas/arm/arm.exp [new file with mode: 0644]
gas/testsuite/gas/arm/gas.exp [deleted file]

index 6fb3a4f236ea204ff34eb0f402e17d6fd42b60d6..cfca9d0768f121c93ab77ce342555ce855d42e5f 100644 (file)
@@ -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 (file)
index 0000000..339c3e6
--- /dev/null
@@ -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 (file)
index 339c3e6..0000000
+++ /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"
-}