Add ARM v5t, v5te and XScale support
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / arm.exp
1 #
2 # Some ARM tests
3 #
4 if {[istarget *arm*-*-*] || [istarget "xscale-*-*"]} then {
5 run_dump_test "inst"
6
7 gas_test "arm3.s" "" $stdoptlist "Arm 3 instructions"
8
9 gas_test "arm6.s" "" $stdoptlist "Arm 6 instructions"
10
11 gas_test "arm7dm.s" "" $stdoptlist "Arm 7DM instructions"
12
13 run_dump_test "arm7t"
14
15 gas_test "thumb.s" "" $stdoptlist "Thumb instructions"
16
17 gas_test "arch4t.s" "" $stdoptlist "Arm architecture 4t instructions"
18
19 gas_test "copro.s" "" $stdoptlist "Co processor instructions"
20
21 gas_test "immed.s" "" $stdoptlist "immediate expressions"
22
23 gas_test "float.s" "" $stdoptlist "Core floating point instructions"
24
25 run_dump_test "xscale"
26 }
27
28 # Not all arm targets are bi-endian, so only run this test on ones
29 # we know that are. FIXME: We should probably also key off armeb/armel.
30
31 if [istarget arm-*-pe] {
32 run_dump_test "le-fpconst"
33
34 # Since big-endian numbers have the normal format, this doesn't exist.
35 #run_dump_test "be-fpconst"
36 }
This page took 0.029375 seconds and 4 git commands to generate.