diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1996-11-20 10:00:42 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1996-11-20 10:00:42 +0000 |
commit | e3d12c659545646ae6d264cce8c9ae9e217240eb (patch) | |
tree | dd75c2ca22631d73730b16ab7b8e6e7a68c3cb3f /sim/mips/tconfig.in | |
parent | 899232aba0644aa6cd0298bf06b06279eac6da76 (diff) | |
download | gdb-e3d12c659545646ae6d264cce8c9ae9e217240eb.zip gdb-e3d12c659545646ae6d264cce8c9ae9e217240eb.tar.gz gdb-e3d12c659545646ae6d264cce8c9ae9e217240eb.tar.bz2 |
* Makefile.in: Delete stuff moved to ../common/Make-common.in.
(SIM_{OBJS,EXTRA_CFLAGS,EXTRA_CLEAN}): Define.
* configure.in: Simplify using macros in ../common/aclocal.m4.
* configure: Regenerated.
* tconfig.in: New file.
Diffstat (limited to 'sim/mips/tconfig.in')
-rw-r--r-- | sim/mips/tconfig.in | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/sim/mips/tconfig.in b/sim/mips/tconfig.in new file mode 100644 index 0000000..872c2b7 --- /dev/null +++ b/sim/mips/tconfig.in @@ -0,0 +1,18 @@ +/* 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 */ + +/* C statement to call after argument parsing is done and executable file + has been opened (with bfd_openr). + See h8300/tconfig.in for an example. */ +/* #define SIM_PRE_LOAD(EXEC_BFD) */ |