]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/mips/tconfig.h
sim: rename tconfig.in to tconfig.h
[thirdparty/binutils-gdb.git] / sim / mips / tconfig.h
CommitLineData
c906108c
SS
1/* mips target configuration file. */
2
3/* See sim-hload.c. We properly handle LMA. */
4#ifdef TARGET_TX3904
5#define SIM_HANDLES_LMA 1
43e526b9
JM
6#else
7#define SIM_HANDLES_LMA 0
c906108c
SS
8#endif
9
10/* Define this if the simulator supports profiling.
11 See the mips simulator for an example.
12 This enables the `-p foo' and `-s bar' options.
13 The target is required to provide sim_set_profile{,_size}. */
14#define SIM_HAVE_PROFILE
15
16/* Define this if the simulator uses an instruction cache.
17 See the h8/300 simulator for an example.
18 This enables the `-c size' option to set the size of the cache.
19 The target is required to provide sim_set_simcache_size. */
20/* #define SIM_HAVE_SIMCACHE */
21
22/* Define this if the target cpu is bi-endian
23 and the simulator supports it. */
24#define SIM_HAVE_BIENDIAN
21d14896
ILT
25
26/* MIPS uses an unusual format for floating point quiet NaNs. */
27#define SIM_QUIET_NAN_NEGATED