* regset.h (collect_regset_ftype): Unconstify fourth argument.
[deliverable/binutils-gdb.git] / sim / fr30 / cpuall.h
1 // OBSOLETE /* Simulator CPU header for fr30.
2 // OBSOLETE
3 // OBSOLETE THIS FILE IS MACHINE GENERATED WITH CGEN.
4 // OBSOLETE
5 // OBSOLETE Copyright 1996, 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
6 // OBSOLETE
7 // OBSOLETE This file is part of the GNU simulators.
8 // OBSOLETE
9 // OBSOLETE This program is free software; you can redistribute it and/or modify
10 // OBSOLETE it under the terms of the GNU General Public License as published by
11 // OBSOLETE the Free Software Foundation; either version 2, or (at your option)
12 // OBSOLETE any later version.
13 // OBSOLETE
14 // OBSOLETE This program is distributed in the hope that it will be useful,
15 // OBSOLETE but WITHOUT ANY WARRANTY; without even the implied warranty of
16 // OBSOLETE MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 // OBSOLETE GNU General Public License for more details.
18 // OBSOLETE
19 // OBSOLETE You should have received a copy of the GNU General Public License along
20 // OBSOLETE with this program; if not, write to the Free Software Foundation, Inc.,
21 // OBSOLETE 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
22 // OBSOLETE
23 // OBSOLETE */
24 // OBSOLETE
25 // OBSOLETE #ifndef FR30_CPUALL_H
26 // OBSOLETE #define FR30_CPUALL_H
27 // OBSOLETE
28 // OBSOLETE /* Include files for each cpu family. */
29 // OBSOLETE
30 // OBSOLETE #ifdef WANT_CPU_FR30BF
31 // OBSOLETE #include "eng.h"
32 // OBSOLETE #include "cgen-engine.h"
33 // OBSOLETE #include "cpu.h"
34 // OBSOLETE #include "decode.h"
35 // OBSOLETE #endif
36 // OBSOLETE
37 // OBSOLETE extern const MACH fr30_mach;
38 // OBSOLETE
39 // OBSOLETE #ifndef WANT_CPU
40 // OBSOLETE /* The ARGBUF struct. */
41 // OBSOLETE struct argbuf {
42 // OBSOLETE /* These are the baseclass definitions. */
43 // OBSOLETE IADDR addr;
44 // OBSOLETE const IDESC *idesc;
45 // OBSOLETE char trace_p;
46 // OBSOLETE char profile_p;
47 // OBSOLETE /* ??? Temporary hack for skip insns. */
48 // OBSOLETE char skip_count;
49 // OBSOLETE char unused;
50 // OBSOLETE /* cpu specific data follows */
51 // OBSOLETE };
52 // OBSOLETE #endif
53 // OBSOLETE
54 // OBSOLETE #ifndef WANT_CPU
55 // OBSOLETE /* A cached insn.
56 // OBSOLETE
57 // OBSOLETE ??? SCACHE used to contain more than just argbuf. We could delete the
58 // OBSOLETE type entirely and always just use ARGBUF, but for future concerns and as
59 // OBSOLETE a level of abstraction it is left in. */
60 // OBSOLETE
61 // OBSOLETE struct scache {
62 // OBSOLETE struct argbuf argbuf;
63 // OBSOLETE };
64 // OBSOLETE #endif
65 // OBSOLETE
66 // OBSOLETE #endif /* FR30_CPUALL_H */
This page took 0.029966 seconds and 4 git commands to generate.