This commit was generated by cvs2svn to track changes on a CVS vendor
[external/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 MODULE_INSTALL_FN dv_sockser_install;
10 #define MODULE_LIST dv_sockser_install,
11
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 */
17
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 */
23
24 /* Define this if the target cpu is bi-endian
25    and the simulator supports it.  */
26 /* #define SIM_HAVE_BIENDIAN */