]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/cris/tconfig.h
sim: rename tconfig.in to tconfig.h
[thirdparty/binutils-gdb.git] / sim / cris / tconfig.h
CommitLineData
f6bcefef 1/* CRIS target configuration file. -*- C -*-
32d0add0 2 Copyright (C) 2004-2015 Free Software Foundation, Inc.
f6bcefef
HPN
3 Contributed by Axis Communications.
4
5This file is part of the GNU simulators.
6
7This program is free software; you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by
4744ac1b 9the Free Software Foundation; either version 3 of the License, or
f6bcefef
HPN
10(at your option) any later version.
11
12This program is distributed in the hope that it will be useful,
13but WITHOUT ANY WARRANTY; without even the implied warranty of
14MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15GNU General Public License for more details.
16
4744ac1b
JB
17You should have received a copy of the GNU General Public License
18along with this program. If not, see <http://www.gnu.org/licenses/>. */
f6bcefef
HPN
19
20#ifndef CRIS_TCONFIG_H
21#define CRIS_TCONFIG_H
22
f6bcefef
HPN
23/* There's basically a a big ??? FIXME: CHECK THIS on everything in this
24 file. I just copied it from m32r, pruned some stuff and added
25 HAVE_MODEL because it seemed useful. */
26
27/* See sim-hload.c. We properly handle LMA. */
28#define SIM_HANDLES_LMA 1
29
30/* For MSPR support. FIXME: revisit. */
31#define WITH_DEVICES 1
32
8406bb59 33#include "sim-module.h"
f6bcefef 34extern MODULE_INSTALL_FN cris_option_install;
f6bcefef 35#define MODULE_LIST cris_option_install,
f6bcefef
HPN
36
37#define SIM_HAVE_MODEL
38
39/* This is a global setting. Different cpu families can't mix-n-match -scache
40 and -pbb. However some cpu families may use -simple while others use
41 one of -scache/-pbb. */
42#define WITH_SCACHE_PBB 1
43
44#endif /* CRIS_TCONFIG_H */