]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - sim/common/tconfig.h
sim: erc32/h8300/m68hc11: trim unused functions
[thirdparty/binutils-gdb.git] / sim / common / tconfig.h
1 /* Default target configuration file.
2 To override this, create file `tconfig.in' in the simulator's
3 source directory. */
4
5 /* Define this if the simulator supports profiling.
6 See the mips simulator for an example.
7 This enables the `-p foo' and `-s bar' options.
8 The target is required to provide sim_set_profile{,_size}.
9 TODO: This is specific to the old run.o main. */
10 /* #define SIM_HAVE_PROFILE */
11
12 /* Define this if the simulator uses an instruction cache.
13 See the h8/300 simulator for an example.
14 This enables the `-c size' option to set the size of the cache.
15 The target is required to provide sim_set_simcache_size. */
16 /* #define SIM_HAVE_SIMCACHE */
17
18 /* Define this if the target cpu is bi-endian
19 and the simulator supports it.
20 TODO: This is specific to the old run.o main. */
21 /* #define SIM_HAVE_BIENDIAN */