* cris: New directory, simulator for Axis Communications CRIS
[deliverable/binutils-gdb.git] / sim / cris / crisv10f.c
CommitLineData
f6bcefef
HPN
1/* CRIS v10 simulator support code
2 Copyright (C) 2004, 2005 Free Software Foundation, Inc.
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, or (at your option)
10any 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/* The infrastructure is based on that of i960.c. */
22
23#define WANT_CPU_CRISV10F
24
25#define BASENUM 10
26#include "cris-tmpl.c"
27
28#if WITH_PROFILE_MODEL_P
29
30/* Model function for u-multiply unit. */
31
32int
33MY (XCONCAT3 (f_model_crisv,BASENUM,
34 _u_multiply)) (SIM_CPU *current_cpu ATTRIBUTE_UNUSED,
35 const IDESC *idesc ATTRIBUTE_UNUSED,
36 int unit_num ATTRIBUTE_UNUSED,
37 int referenced ATTRIBUTE_UNUSED)
38{
39 return 1;
40}
41
42#endif /* WITH_PROFILE_MODEL_P */
This page took 0.023928 seconds and 4 git commands to generate.