Constification of parse_linespec and fallout:
[deliverable/binutils-gdb.git] / sim / mn10300 / tconfig.in
CommitLineData
c906108c
SS
1/* mn10300 target configuration file. */
2
3/* FIXME: This is unnecessarily necessary: */
4#include "ansidecl.h"
3c25f8c7
AC
5#include "gdb/callback.h"
6#include "gdb/remote-sim.h"
c906108c
SS
7#include "sim-module.h"
8
fb61c40a
JS
9/* FIXME: Revisit. */
10#ifdef HAVE_DV_SOCKSER
c906108c
SS
11MODULE_INSTALL_FN dv_sockser_install;
12#define MODULE_LIST dv_sockser_install,
fb61c40a 13#endif
c906108c
SS
14
15/* Define this if the simulator supports profiling.
16 See the mips simulator for an example.
17 This enables the `-p foo' and `-s bar' options.
18 The target is required to provide sim_set_profile{,_size}. */
19/* #define SIM_HAVE_PROFILE */
20
21/* Define this if the simulator uses an instruction cache.
22 See the h8/300 simulator for an example.
23 This enables the `-c size' option to set the size of the cache.
24 The target is required to provide sim_set_simcache_size. */
25/* #define SIM_HAVE_SIMCACHE */
26
27/* Define this if the target cpu is bi-endian
28 and the simulator supports it. */
29/* #define SIM_HAVE_BIENDIAN */
This page took 0.583837 seconds and 4 git commands to generate.