diff options
author | Ian Carmichael <iancarm@cygnus> | 1998-01-16 19:27:02 +0000 |
---|---|---|
committer | Ian Carmichael <iancarm@cygnus> | 1998-01-16 19:27:02 +0000 |
commit | 1e1e3b618f80c51d59a6ebeefe282bb920d4a0e8 (patch) | |
tree | 5a6580db4e0a13dbaf7917655c3e1734690f3c9c /sim/txvu/tconfig.in | |
parent | 8e12359329fd48edc455afa2f80922eca7b79a7d (diff) | |
download | gdb-1e1e3b618f80c51d59a6ebeefe282bb920d4a0e8.zip gdb-1e1e3b618f80c51d59a6ebeefe282bb920d4a0e8.tar.gz gdb-1e1e3b618f80c51d59a6ebeefe282bb920d4a0e8.tar.bz2 |
* Initial Device Support
*
*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
Diffstat (limited to 'sim/txvu/tconfig.in')
-rw-r--r-- | sim/txvu/tconfig.in | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sim/txvu/tconfig.in b/sim/txvu/tconfig.in new file mode 100644 index 0000000..66f2b6f --- /dev/null +++ b/sim/txvu/tconfig.in @@ -0,0 +1,17 @@ +/* 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 |