diff options
Diffstat (limited to 'sim/mips')
-rw-r--r-- | sim/mips/ChangeLog | 4 | ||||
-rw-r--r-- | sim/mips/tconfig.h | 6 |
2 files changed, 4 insertions, 6 deletions
diff --git a/sim/mips/ChangeLog b/sim/mips/ChangeLog index 040ae04..b48f69f 100644 --- a/sim/mips/ChangeLog +++ b/sim/mips/ChangeLog @@ -1,3 +1,7 @@ +2015-12-24 Mike Frysinger <vapier@gentoo.org> + + * tconfig.h (SIM_HAVE_SIMCACHE): Delete. + 2015-12-15 Dominik Vogt <vogt@linux.vnet.ibm.com> * micromips.igen (process_isa_mode): Fix left shift of negative diff --git a/sim/mips/tconfig.h b/sim/mips/tconfig.h index 7e1093d..136015a 100644 --- a/sim/mips/tconfig.h +++ b/sim/mips/tconfig.h @@ -7,11 +7,5 @@ #define SIM_HANDLES_LMA 0 #endif -/* 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 */ - /* MIPS uses an unusual format for floating point quiet NaNs. */ #define SIM_QUIET_NAN_NEGATED |