* gas/m68hc11/malis.s: New test to verify compliance with Motorola
[deliverable/binutils-gdb.git] / gas / testsuite / gas / m68hc11 / all.exp
1 #
2 # Some generic m68HC11 tests
3 #
4 if ![istarget "m68hc11-*-*"] then {
5 if ![istarget "m6811-*-*"] then {
6 if ![istarget "m68hc12-*-*"] then {
7 if ![istarget "m6812-*-*"] then {
8 return
9 }
10 }
11 }
12 }
13 run_dump_test insns
14 run_dump_test lbranch
15 run_dump_test all_insns
16 run_dump_test insns-dwarf2
17 run_dump_test lbranch-dwarf2
18
19 # Compliance with Motorola Assembly Language Input Standard
20 run_dump_test malis
21
22 # Some 68HC12 tests
23 run_dump_test opers12
24 run_dump_test opers12-dwarf2
This page took 0.029521 seconds and 4 git commands to generate.