]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gas/testsuite/gas/kvx/kvx.exp
Update year range in copyright notice of binutils files
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / kvx / kvx.exp
CommitLineData
fd67aa11 1# Copyright (C) 2009-2024 Free Software Foundation, Inc.
6e712424
PI
2# Contributed by Kalray SA.
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; see the file COPYING3. If not,
16# see <http://www.gnu.org/licenses/>. */
17
18# KVX base instruction set
19
20if [istarget kvx-*-*] then {
21 set ASFLAGS "-no-diagnostics"
22 run_dump_tests [lsort [glob -nocomplain $srcdir/$subdir/*.d]]
23}