]> gcc.gnu.org Git - gcc.git/blame - gcc/testsuite/gcc.misc-tests/arm-isr.exp
Update copyright years.
[gcc.git] / gcc / testsuite / gcc.misc-tests / arm-isr.exp
CommitLineData
5624e564 1# Copyright (C) 2001-2015 Free Software Foundation, Inc.
121308d4
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
cd976c16 5# the Free Software Foundation; either version 3 of the License, or
121308d4
NC
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
cd976c16
NC
14# along with GCC; see the file COPYING3. If not see
15# <http://www.gnu.org/licenses/>.
121308d4
NC
16
17# This file is based on a bug report submitted to gcc-bugs:
ea1c1719 18# http://gcc.gnu.org/ml/gcc-patches/2001-12/msg02158.html
121308d4
NC
19
20# Load support procs.
21load_lib gcc-dg.exp
22
23dg-init
cd985f66 24if { [istarget "arm*-*-*"] } {
121308d4
NC
25 dg-runtest "$srcdir/$subdir/arm-isr.c" "" ""
26}
27dg-finish
28
This page took 6.177925 seconds and 5 git commands to generate.