Fix up mix of man(7)/mdoc(7).
[netbsd-mini2440.git] / gnu / dist / gdb6 / sim / mn10300 / tconfig.in
blob14ca8e77645b64c0da8183de734603dc716d0e96
1 /* mn10300 target configuration file.  */
3 /* FIXME: This is unnecessarily necessary: */
4 #include "ansidecl.h"
5 #include "gdb/callback.h"
6 #include "gdb/remote-sim.h"
7 #include "sim-module.h"
9 MODULE_INSTALL_FN dv_sockser_install;
10 #define MODULE_LIST dv_sockser_install,
12 /* Define this if the simulator supports profiling.
13    See the mips simulator for an example.
14    This enables the `-p foo' and `-s bar' options.
15    The target is required to provide sim_set_profile{,_size}.  */
16 /* #define SIM_HAVE_PROFILE */
18 /* Define this if the simulator uses an instruction cache.
19    See the h8/300 simulator for an example.
20    This enables the `-c size' option to set the size of the cache.
21    The target is required to provide sim_set_simcache_size.  */
22 /* #define SIM_HAVE_SIMCACHE */
24 /* Define this if the target cpu is bi-endian
25    and the simulator supports it.  */
26 /* #define SIM_HAVE_BIENDIAN */