* arm-dis.c (print_insn): Fixed search for next
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / arm.exp
index f21c54df31058894cca18581d4046eb34e658446..56aef3b869aa54c654cdf174256cd5b02fdfcede 100644 (file)
@@ -1,34 +1,7 @@
 #
 # Some ARM tests
 #
-if [istarget arm-*-*] then {
-    run_dump_test "inst"
 
-    gas_test "arm3.s" "" $stdoptlist "Arm 3 instructions"
-
-    gas_test "arm6.s" "" $stdoptlist "Arm 6 instructions"
-
-    gas_test "arm7dm.s" "" $stdoptlist "Arm 7DM instructions"
-
-    run_dump_test "arm7t"
-
-    gas_test "thumb.s" "" $stdoptlist "Thumb instructions"
-
-    gas_test "arch4t.s" "" $stdoptlist "Arm architecture 4t instructions"
-
-    gas_test "copro.s" "" $stdoptlist "Co processor instructions"
-
-    gas_test "immed.s" "" $stdoptlist "immediate expressions"
-
-    gas_test "float.s" "" $stdoptlist "Core floating point instructions"
-}
-
-# Not all arm targets are bi-endian, so only run this test on ones
-# we know that are.  FIXME: We should probably also key off armeb/armel.
-
-if [istarget arm-*-pe] {
-    run_dump_test "le-fpconst"
-
-    # Since big-endian numbers have the normal format, this doesn't exist.
-    #run_dump_test "be-fpconst"
+if {[istarget *arm*-*-*] || [istarget *xscale*-*-*]} {
+    run_dump_tests [lsort [glob -nocomplain $srcdir/$subdir/*.d]]
 }
This page took 0.024504 seconds and 4 git commands to generate.