Applied Stephane Carrez <Stephane.Carrez@worldnet.fr> patches to add support
[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
17 # Some 68HC12 tests
18 run_dump_test opers12
This page took 0.038302 seconds and 4 git commands to generate.