1e1e3b618f
* *Modified Files: * .Sanitize ChangeLog *Added Files: * Makefile.in README.Cygnus config.in configure configure.in * device.c device.h dma.c dma.h engine-sky.c gencode.c gpuif.c * gpuif.h hardware.c hardware.h interp.c m16.igen mdmx.igen * mips.dc mips.igen pke0.c pke0.h pke1.c pke1.h r5900.igen * sim-main.h tconfig.in vr5400.igen vu0.c vu0.h vu1.c vu1.h
18 lines
654 B
Plaintext
18 lines
654 B
Plaintext
/* mips target configuration file. */
|
|
|
|
/* Define this if the simulator supports profiling.
|
|
See the mips simulator for an example.
|
|
This enables the `-p foo' and `-s bar' options.
|
|
The target is required to provide sim_set_profile{,_size}. */
|
|
#define SIM_HAVE_PROFILE
|
|
|
|
/* Define this if the simulator uses an instruction cache.
|
|
See the h8/300 simulator for an example.
|
|
This enables the `-c size' option to set the size of the cache.
|
|
The target is required to provide sim_set_simcache_size. */
|
|
/* #define SIM_HAVE_SIMCACHE */
|
|
|
|
/* Define this if the target cpu is bi-endian
|
|
and the simulator supports it. */
|
|
#define SIM_HAVE_BIENDIAN
|