auto-generate most target debug methods
[platform/upstream/binutils.git] / sim / mn10300 / tconfig.in
1 /* mn10300 target configuration file.  */
2
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"
8
9 /* FIXME: Revisit.  */
10 #ifdef HAVE_DV_SOCKSER
11 MODULE_INSTALL_FN dv_sockser_install;
12 #define MODULE_LIST dv_sockser_install,
13 #endif
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 */