]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gas/testsuite/gas/bfin/bfin.exp
Update year range in copyright notice of binutils files
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / bfin / bfin.exp
CommitLineData
b3adc24a 1# Copyright (C) 2012-2020 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
8df55cb8
CM
17# Blackfin assembler testsuite
18
8df55cb8 19if [istarget bfin*-*-*] {
6d7e72e5 20 run_dump_test "allinsn16"
8df55cb8 21 run_dump_test "arithmetic"
6429b084 22 run_dump_test "arith_mode"
8df55cb8
CM
23 run_dump_test "bit"
24 run_dump_test "bit2"
25 run_dump_test "cache"
26 run_dump_test "cache2"
27 run_dump_test "control_code"
28 run_dump_test "control_code2"
29 run_dump_test "event"
30 run_dump_test "event2"
31 run_list_test "expected_errors" ""
32 run_list_test "expected_move_errors" ""
99bfa74a 33 run_list_test "expected_comparison_errors" ""
8df55cb8
CM
34 run_dump_test "flow"
35 run_dump_test "flow2"
6429b084 36 run_list_test "invalid_arith_mode" ""
bd03da30 37 run_list_test "line_number" ""
8df55cb8
CM
38 run_dump_test "load"
39 run_dump_test "logical"
40 run_dump_test "logical2"
d3a50e14
JZ
41 run_dump_test "loop"
42 run_dump_test "loop2"
43 run_dump_test "loop3"
636b4f11
MF
44 run_dump_test "loop_label"
45 run_dump_test "loop_label2"
46 run_dump_test "loop_temps"
fec82760 47 run_dump_test "misc"
8df55cb8
CM
48 run_dump_test "move"
49 run_dump_test "move2"
50 run_dump_test "parallel"
51 run_dump_test "parallel2"
52 run_dump_test "parallel3"
53 run_dump_test "parallel4"
e7b77cfe 54 run_dump_test "parallel_illegal"
a01eda85 55 run_dump_test "pseudo"
8df55cb8 56 run_dump_test "reloc"
d55cb1c5 57 run_list_test "resource_conflict" ""
8df55cb8
CM
58 run_dump_test "shift"
59 run_dump_test "shift2"
60 run_dump_test "stack"
61 run_dump_test "stack2"
62 run_dump_test "store"
63 run_dump_test "vector"
64 run_dump_test "vector2"
65 run_dump_test "video"
66 run_dump_test "video2"
67}