]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/cris/tconfig.in
Copyright updates for 2007.
[thirdparty/binutils-gdb.git] / sim / cris / tconfig.in
CommitLineData
f6bcefef 1/* CRIS target configuration file. -*- C -*-
6aba47ca 2 Copyright (C) 2004, 2005, 2007 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
9the Free Software Foundation; either version 2 of the License, or
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
17You should have received a copy of the GNU General Public License along
18with this program; if not, write to the Free Software Foundation, Inc.,
1959 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
20
21#ifndef CRIS_TCONFIG_H
22#define CRIS_TCONFIG_H
23
24#include "ansidecl.h"
25#include "gdb/callback.h"
26#include "gdb/remote-sim.h"
27#include "sim-module.h"
28
29/* There's basically a a big ??? FIXME: CHECK THIS on everything in this
30 file. I just copied it from m32r, pruned some stuff and added
31 HAVE_MODEL because it seemed useful. */
32
33/* See sim-hload.c. We properly handle LMA. */
34#define SIM_HANDLES_LMA 1
35
36/* For MSPR support. FIXME: revisit. */
37#define WITH_DEVICES 1
38
39extern MODULE_INSTALL_FN cris_option_install;
40
41/* FIXME: Revisit. */
42#ifdef HAVE_DV_SOCKSER
43extern MODULE_INSTALL_FN dv_sockser_install;
44#define MODULE_LIST dv_sockser_install, cris_option_install,
45#else
46#define MODULE_LIST cris_option_install,
47#endif
48
49#define SIM_HAVE_MODEL
50
51/* This is a global setting. Different cpu families can't mix-n-match -scache
52 and -pbb. However some cpu families may use -simple while others use
53 one of -scache/-pbb. */
54#define WITH_SCACHE_PBB 1
55
56#endif /* CRIS_TCONFIG_H */