* readelf.c (slurp_ia64_unwind_table): Correct 64-bit unwind table
[deliverable/binutils-gdb.git] / sim / frv / cpuall.h
CommitLineData
b34f6357
DB
1/* Simulator CPU header for frv.
2
3THIS FILE IS MACHINE GENERATED WITH CGEN.
4
bce3bbcb 5Copyright 1996-2007 Free Software Foundation, Inc.
b34f6357
DB
6
7This file is part of the GNU simulators.
8
bce3bbcb
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.
b34f6357 13
bce3bbcb
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.
b34f6357 18
bce3bbcb
HPN
19 You should have received a copy of the GNU General Public License along
20 with this program; if not, write to the Free Software Foundation, Inc.,
21 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
b34f6357
DB
22
23*/
24
25#ifndef FRV_CPUALL_H
26#define FRV_CPUALL_H
27
28/* Include files for each cpu family. */
29
30#ifdef WANT_CPU_FRVBF
31#include "eng.h"
32#include "cgen-engine.h"
33#include "cpu.h"
34#include "decode.h"
35#endif
36
37extern const MACH frv_mach;
e930b1f5 38extern const MACH fr550_mach;
b34f6357
DB
39extern const MACH fr500_mach;
40extern const MACH tomcat_mach;
41extern const MACH fr400_mach;
676a64f4 42extern const MACH fr450_mach;
b34f6357
DB
43extern const MACH simple_mach;
44
45#ifndef WANT_CPU
46/* The ARGBUF struct. */
47struct argbuf {
48 /* These are the baseclass definitions. */
49 IADDR addr;
50 const IDESC *idesc;
51 char trace_p;
52 char profile_p;
53 /* ??? Temporary hack for skip insns. */
54 char skip_count;
55 char unused;
56 /* cpu specific data follows */
57};
58#endif
59
60#ifndef WANT_CPU
61/* A cached insn.
62
63 ??? SCACHE used to contain more than just argbuf. We could delete the
64 type entirely and always just use ARGBUF, but for future concerns and as
65 a level of abstraction it is left in. */
66
67struct scache {
68 struct argbuf argbuf;
69};
70#endif
71
72#endif /* FRV_CPUALL_H */
This page took 0.227658 seconds and 4 git commands to generate.