Add ARM v5t, v5te and XScale support
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / arm.exp
index d658eebceed0dfe9f76fbd55c9e15b2799dacee1..13833063268c11cf8d759d168f83999acb6eceac 100644 (file)
@@ -1,7 +1,7 @@
 #
 # Some ARM tests
 #
-if [istarget *arm*-*-*] then {
+if {[istarget *arm*-*-*] || [istarget "xscale-*-*"]} then {
     run_dump_test "inst"
 
     gas_test "arm3.s" "" $stdoptlist "Arm 3 instructions"
@@ -21,6 +21,8 @@ if [istarget *arm*-*-*] then {
     gas_test "immed.s" "" $stdoptlist "immediate expressions"
 
     gas_test "float.s" "" $stdoptlist "Core floating point instructions"
+
+    run_dump_test "xscale"
 }
 
 # Not all arm targets are bi-endian, so only run this test on ones
This page took 0.025657 seconds and 4 git commands to generate.