gas/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / m88k / m88k.exp
CommitLineData
013468bc
BE
1# Copyright 2001 Free Software Foundation, Inc.
2
3# This program is free software; you can redistribute it and/or modify
4# it under the terms of the GNU General Public License as published by
5# the Free Software Foundation; either version 2 of the License, or
6# (at your option) any later version.
252b5132 7#
013468bc
BE
8# This program is distributed in the hope that it will be useful,
9# but WITHOUT ANY WARRANTY; without even the implied warranty of
10# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11# GNU General Public License for more details.
252b5132 12#
013468bc
BE
13# You should have received a copy of the GNU General Public License
14# along with this program; if not, write to the Free Software
4b4da160 15# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
013468bc
BE
16
17# Tests for m88k svr3 targets
18
252b5132
RH
19if { [istarget m88*-*-sysv3] || [istarget m88*-*-coff* ] } then {
20 set testname "Proper padding of .init section"
21 run_dump_test init
013468bc
BE
22 set testname "All m88k instructions assemble and disassemble"
23 run_dump_test allinsn
252b5132 24}
013468bc
BE
25
26if [info exists errorInfo] then { unset errorInfo }
This page took 0.285131 seconds and 4 git commands to generate.