Add copyright notices
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mri / mri.exp
1 # Copyright 2012
2 # Free Software Foundation, Inc.
3
4 # This program is free software; you can redistribute it and/or modify
5 # it under the terms of the GNU General Public License as published by
6 # the Free Software Foundation; either version 3 of the License, or
7 # (at your option) any later version.
8 #
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 # GNU General Public License for more details.
13 #
14 # You should have received a copy of the GNU General Public License
15 # along with this program; if not, write to the Free Software
16 # Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
17
18 #
19 # Test the m68k MRI compatibility mode.
20 #
21 # I originally thought that most of tests applied to any MRI
22 # assembler, but it turns out that different MRI assemblers use
23 # different syntaxes.
24 #
25
26 if ![istarget "m68*-*-*"] {
27 return
28 }
29
30 # These tests are generic MRI tests: they don't rely on M68K opcodes.
31 run_dump_test label
32 run_dump_test equ
33 run_dump_test float
34 run_dump_test char
35 run_dump_test expr
36 run_dump_test common
37 run_dump_test comment
38 gas_test "empty.s" "-M" "" "MRI empty macro"
39 run_dump_test semi
40
41 if {[istarget "m6811-*"] || [istarget "m6812-*"] || [istarget "m68hc*-*"]} {
42 return
43 }
44
45 # Next tests contain 68K opcodes
46 run_dump_test constants
47 run_dump_test immconst
48 run_dump_test for
49 run_dump_test if
50 run_dump_test repeat
51 run_dump_test while
52 run_dump_test moveml
This page took 0.030795 seconds and 4 git commands to generate.