Add support for Score7 architecture.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / score / relax_32.exp
1 # tests for instruction relaxation
2
3 if [istarget score-*-*] then {
4 run_dump_test "arith_32"
5 run_dump_test "bit_32"
6 run_dump_test "branch_32"
7 run_dump_test "cmp_32"
8 run_dump_test "load_store_32"
9 run_dump_test "logical_32"
10 run_dump_test "mv_32"
11 run_dump_test "shift_32"
12 run_dump_test "syscontrol_32"
13
14 # tests for little endian
15 run_dump_test "arith_32-lt"
16 run_dump_test "bit_32-lt"
17 run_dump_test "branch_32-lt"
18 run_dump_test "cmp_32-lt"
19 run_dump_test "load_store_32-lt"
20 run_dump_test "logical_32-lt"
21 run_dump_test "mv_32-lt"
22 run_dump_test "shift_32-lt"
23 run_dump_test "syscontrol_32-lt"
24 }
This page took 0.033366 seconds and 5 git commands to generate.