Fix msr-bsd test
[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 gas_test_error "msr-bad.s" "-marmv3" "immediate value cannot be used to set this field"
11
12 gas_test "arm7dm.s" "" $stdoptlist "Arm 7DM instructions"
13
14 run_dump_test "arm7t"
15
16 gas_test "thumb.s" "" $stdoptlist "Thumb instructions"
17
18 gas_test "arch4t.s" "" $stdoptlist "Arm architecture 4t instructions"
19
20 gas_test "copro.s" "" $stdoptlist "Co processor instructions"
21
22 gas_test "immed.s" "" $stdoptlist "immediate expressions"
23
24 gas_test "float.s" "" $stdoptlist "Core floating point instructions"
25
26 run_dump_test "xscale"
27
28 run_dump_test "adrl"
29
30 if {[istarget *-*-elf*] || [istarget *-*-linux*]} then {
31 run_dump_test "pic"
32 }
33 }
34
35 # Not all arm targets are bi-endian, so only run this test on ones
36 # we know that are. FIXME: We should probably also key off armeb/armel.
37
38 if [istarget arm-*-pe] {
39 run_dump_test "le-fpconst"
40
41 # Since big-endian numbers have the normal format, this doesn't exist.
42 #run_dump_test "be-fpconst"
43 }
This page took 0.042143 seconds and 5 git commands to generate.