2002-08-15 Andrew Cagney <ac131313@redhat.com>
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mri / mri.exp
CommitLineData
252b5132
RH
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
9if ![istarget "m68*-*-*"] {
10 return
11}
12
98a79704 13# These tests are generic MRI tests: they don't rely on M68K opcodes.
252b5132
RH
14run_dump_test label
15run_dump_test equ
252b5132
RH
16run_dump_test float
17run_dump_test char
18run_dump_test expr
19run_dump_test common
20run_dump_test comment
21gas_test "empty.s" "-M" "" "MRI empty macro"
98a79704
SC
22run_dump_test semi
23
31abcf7d 24if {[istarget "m6811-*-*"] || [istarget "m6812-*-*"]} {
98a79704
SC
25 return
26}
27
28# Next tests contain 68K opcodes
29run_dump_test constants
30run_dump_test immconst
252b5132
RH
31run_dump_test for
32run_dump_test if
33run_dump_test repeat
34run_dump_test while
252b5132 35run_dump_test moveml
This page took 0.133862 seconds and 4 git commands to generate.