Update year range in copyright notice of binutils files
[deliverable/binutils-gdb.git] / gas / testsuite / gas / bpf / bpf.exp
CommitLineData
f8861f5d
JM
1# GAS testsuite for the Linux eBPF -*- Tcl -*-
2#
b3adc24a 3# Copyright (C) 2019-2020 Free Software Foundation, Inc.
f8861f5d
JM
4# Contributed by Oracle, Inc.
5
6# This program is free software; you can redistribute it and/or modify
7# it under the terms of the GNU General Public License as published by
8# the Free Software Foundation; either version 3 of the License, or
9# (at your option) any later version.
10#
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY; without even the implied warranty of
13# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14# GNU General Public License for more details.
15#
16# You should have received a copy of the GNU General Public License
17# along with this program; if not, write to the Free Software
18# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
19
20if {[istarget bpf*-*-*]} {
21 run_dump_test lddw
22 run_dump_test alu
23 run_dump_test alu32
24 run_dump_test mem
25 run_dump_test jump
26 run_dump_test call
27 run_dump_test exit
28 run_dump_test atomic
e0b989a6 29 run_dump_test data
f8861f5d
JM
30
31 run_dump_test lddw-be
32 run_dump_test alu-be
33 run_dump_test alu32-be
34 run_dump_test mem-be
35 run_dump_test jump-be
36 run_dump_test call-be
37 run_dump_test exit-be
38 run_dump_test atomic-be
e0b989a6 39 run_dump_test data-be
f8861f5d 40}
This page took 0.21778 seconds and 4 git commands to generate.