TX19 uses igen by default.
[deliverable/binutils-gdb.git] / sim / common / sim-inline.c
CommitLineData
3971886a
AC
1/* This file is part of the program psim.
2
3 Copyright (C) 1994-1997, Andrew Cagney <cagney@highland.com.au>
4 Copyright (C) 1997, Free Software Foundation, Inc.
5
6 This program is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by
8 the Free Software Foundation; either version 2 of the License, or
9 (at your option) any later version.
10
11 This program is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 GNU General Public License for more details.
15
16 You should have received a copy of the GNU General Public License
17 along with this program; if not, write to the Free Software
18 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
19
20 */
21
22
23#ifndef _SIM_INLINE_C_
24#define _SIM_INLINE_C_
25
26#include "sim-inline.h"
27
28
29#if defined(SIM_BITS_INLINE)
30#if ((SIM_BITS_INLINE & INCLUDE_MODULE) \
31 && !(SIM_BITS_INLINE & INCLUDED_BY_MODULE))
32#include "sim-bits.c"
33#endif
34#endif
35
36
37#if defined(SIM_CORE_INLINE)
38#if ((SIM_CORE_INLINE & INCLUDE_MODULE) \
39 && !(SIM_CORE_INLINE & INCLUDED_BY_MODULE))
40#include "sim-core.c"
41#endif
42#endif
43
44
45#if defined(SIM_ENDIAN_INLINE)
46#if ((SIM_ENDIAN_INLINE & INCLUDE_MODULE) \
47 && !(SIM_ENDIAN_INLINE & INCLUDED_BY_MODULE))
48#include "sim-endian.c"
49#endif
50#endif
51
52
53#if defined(SIM_EVENTS_INLINE)
54#if ((SIM_EVENTS_INLINE & INCLUDE_MODULE) \
55 && !(SIM_EVENTS_INLINE & INCLUDED_BY_MODULE))
56#include "sim-events.c"
57#endif
58#endif
59
60
61#if defined(SIM_FPU_INLINE)
62#if ((SIM_FPU_INLINE & INCLUDE_MODULE) \
63 && !(SIM_FPU_INLINE & INCLUDED_BY_MODULE))
64#include "sim-fpu.c"
65#endif
66#endif
67
68
69#if defined(SIM_IO_INLINE)
70#if ((SIM_IO_INLINE & INCLUDE_MODULE) \
71 && !(SIM_IO_INLINE & INCLUDED_BY_MODULE))
72#include "sim-io.c"
73#endif
74#endif
75
76
77
78#endif
This page took 0.065334 seconds and 4 git commands to generate.