]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gas/testsuite/gas/tic54x/tic54x.exp
Update year range in copyright notice of binutils files
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / tic54x / tic54x.exp
CommitLineData
250d07de 1# Copyright (C) 2012-2021 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
39bec121
TW
17#
18# TI TMS320C54X tests.
19#
20if [istarget *c54x*-*-*] then {
21 run_dump_test "address"
22 run_dump_test "addrfar"
23 run_dump_test "align"
24 run_dump_test "asg"
25 run_dump_test "cons"
26 run_dump_test "consfar"
27 run_dump_test "extaddr"
28 run_dump_test "field"
29 run_dump_test "labels"
30 run_dump_test "loop"
31 run_dump_test "lp"
32 run_dump_test "macro"
33 run_dump_test "math"
34 run_dump_test "opcodes"
35 run_dump_test "sections"
36 run_dump_test "set"
37 run_dump_test "struct"
38 run_dump_test "subsym"
39
40 gas_test_error "macro1.s" "" "c54x macro argument manipulation"
41 gas_test_error "subsym1.s" "" "c54x subsym recursion"
42
43 # The longest one, run it last
44 run_dump_test "all-opcodes"
45}
46