]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - sim/mips/tconfig.h
sim/erc32: use SIM_AC_OPTION_HOSTENDIAN to probe for host endianess
[thirdparty/binutils-gdb.git] / sim / mips / tconfig.h
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
6 #else
7 #define SIM_HANDLES_LMA 0
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
25
26 /* MIPS uses an unusual format for floating point quiet NaNs. */
27 #define SIM_QUIET_NAN_NEGATED