sim: clean up SIM_HAVE_BIENDIAN
[deliverable/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 /* MIPS uses an unusual format for floating point quiet NaNs. */
23 #define SIM_QUIET_NAN_NEGATED
This page took 0.029905 seconds and 4 git commands to generate.