Update year range in copyright notice of binutils files
[deliverable/binutils-gdb.git] / gas / testsuite / gas / m68k / all.exp
CommitLineData
82704155 1# Copyright (C) 2012-2019 Free Software Foundation, Inc.
5bf135a7
NC
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 3 of the License, or
6# (at your option) any later version.
7#
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.
12#
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
15# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
16
252b5132
RH
17#
18# Some generic m68k tests
19#
60bcf0fa
NC
20if [istarget "m68hc11-*-*"] then {
21 return
22}
23if [istarget "m68hc12-*-*"] then {
24 return
25}
26if [istarget "m6811-*-*"] then {
27 return
28}
29if [istarget "m6812-*-*"] then {
30 return
31}
9ab8ee21 32if { [istarget m68*-*-*] || [istarget fido*-*-*] } then {
252b5132 33 gas_test "t2.s" "" "" "cross-section branch"
252b5132
RH
34
35 gas_test "pic1.s" "" "" "PIC generation"
36
37 gas_test "disperr.s" "-m68020" "" "Incorrect Displacement too long error"
38
39 gas_test_error "p2410.s" "" "out-of-range 'bras'"
40
41 run_dump_test pcrel
9ab8ee21
KH
42
43 # Since fido is basically CPU32, it does not support those
44 # instructions beyond CPU32. Disable those tests that test them.
45 if ![istarget fido-*-*] then {
46 run_dump_test operands
47 run_dump_test cas
48 run_dump_test bitfield
49 } else {
50 # Test fido-specific instructions.
51 run_dump_test fido
52 }
53
252b5132 54 run_dump_test link
1bc5dc87
KH
55
56 # fido does not have a floating point unit.
57 if ![istarget fido-*-*] then {
58 run_dump_test fmoveml
59 }
60
68eb2996 61 run_dump_test mcf-mov3q
25b07cd9 62 run_dump_test mcf-movsr
580b9172 63 run_dump_test mode5
96e67898 64 run_dump_test mode5 "{name {cf}} {as {-mcpu=5200}}"
c3732716
JB
65 run_dump_test movem-offset
66 run_dump_test movem-offset "{name {cf}} {as {-mcpu=5485}}"
fd99574b
NC
67 run_dump_test mcf-mac
68 run_dump_test mcf-emac
afa2158f 69 run_dump_test mcf-coproc
c2fe9327 70 run_dump_test mcf-fpu
869ddf2a 71 run_dump_test mcf-trap
ddefa7f5 72 run_dump_test mcf-wdebug
dc12032b 73 run_dump_test arch-cpu-1
baee4c9e 74 run_dump_test cpu32
252b5132 75
9a2e615a
NS
76 run_dump_test br-isaa
77 run_dump_test br-isab
78 run_dump_test br-isac
79
78336706
NS
80 run_dump_test ctrl-1
81 run_dump_test ctrl-2
82
6ffe3d99
NC
83 gas_test_error "p11673.s" "-march=isab" "movel immediate with offset unsupported on isab"
84
83c3256e
AS
85 gas_test_error "p13050-1.s" "-march=isab" "moveb (d8,An,Xi),(d16,An) unsupported on isab"
86 run_dump_test p13050-2
87
252b5132
RH
88 set testname "68000 operands"
89 gas_run "operands.s" "-m68000" "2>err.out"
90 if ![string match "child process exited abnormally" $comp_output] then {
91 send_log "$comp_output\n"
92 verbose "$comp_output" 3
93 fail $testname
94 } else {
eb22018c 95 if [regexp_diff "err.out" "$srcdir/$subdir/op68000.d"] then {
252b5132
RH
96 fail $testname
97 } else {
98 pass $testname
99 }
100 }
cf869cce
NC
101
102 if { [istarget m68k-*-linux*] } then {
103 run_dump_test tls-gd-3
104 }
09ec0d17 105
6f78ea24
IS
106 if { ! [istarget fido-*-*] } then {
107 # The testcase uses an invalid instruction for this architecture.
108 run_dump_test pr11676
109 }
e143d25c
AS
110
111 run_dump_test pmove
252b5132
RH
112}
113if [info exists errorInfo] then {
114 unset errorInfo
60bcf0fa 115}
This page took 1.044748 seconds and 4 git commands to generate.