import insight-2000-02-04 snapshot (2nd try)
[external/binutils.git] / gas / testsuite / gas / mri / mri.exp
1 #
2 # Test the m68k MRI compatibility mode.
3 #
4 # I originally thought that most of tests applied to any MRI
5 # assembler, but it turns out that different MRI assemblers use
6 # different syntaxes.
7 #
8
9 if ![istarget "m68*-*-*"] {
10     return
11 }
12
13 run_dump_test label
14 run_dump_test equ
15 run_dump_test constants
16 run_dump_test immconst
17 run_dump_test float
18 run_dump_test char
19 run_dump_test expr
20 run_dump_test common
21 run_dump_test comment
22 gas_test "empty.s" "-M" "" "MRI empty macro"
23 run_dump_test for
24 run_dump_test if
25 run_dump_test repeat
26 run_dump_test while
27 run_dump_test semi
28 run_dump_test moveml