]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/cris/arch.c
update copyright year range in GDB files
[thirdparty/binutils-gdb.git] / sim / cris / arch.c
CommitLineData
f6bcefef
HPN
1/* Simulator support for cris.
2
3THIS FILE IS MACHINE GENERATED WITH CGEN.
4
61baf725 5Copyright 1996-2017 Free Software Foundation, Inc.
f6bcefef
HPN
6
7This file is part of the GNU simulators.
8
c9b3544a
HPN
9 This file is free software; you can redistribute it and/or modify
10 it under the terms of the GNU General Public License as published by
11 the Free Software Foundation; either version 3, or (at your option)
12 any later version.
f6bcefef 13
c9b3544a
HPN
14 It is distributed in the hope that it will be useful, but WITHOUT
15 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
16 or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
17 License for more details.
f6bcefef 18
c9b3544a 19 You should have received a copy of the GNU General Public License along
51b318de 20 with this program; if not, see <http://www.gnu.org/licenses/>.
f6bcefef
HPN
21
22*/
23
24#include "sim-main.h"
25#include "bfd.h"
26
8a0ebee6 27const SIM_MACH *sim_machs[] =
f6bcefef
HPN
28{
29#ifdef HAVE_CPU_CRISV10F
30 & crisv10_mach,
31#endif
32#ifdef HAVE_CPU_CRISV32F
33 & crisv32_mach,
34#endif
35 0
36};
37