sim: delete SIM_HAVE_SIMCACHE
authorMike Frysinger <vapier@gentoo.org>
Thu, 24 Dec 2015 21:04:26 +0000 (16:04 -0500)
committerMike Frysinger <vapier@gentoo.org>
Fri, 25 Dec 2015 00:23:51 +0000 (19:23 -0500)
This was used by the old run interface, but we punted that awhile ago,
so drop this define too.

sim/common/ChangeLog
sim/common/tconfig.h
sim/h8300/ChangeLog
sim/h8300/tconfig.h
sim/mips/ChangeLog
sim/mips/tconfig.h

index eac223ceea3b6a2f2b5ef7ab102b95f74ad76a81..10ad02930baa96a2fd72a0e6c8e55cd16351756a 100644 (file)
@@ -1,3 +1,7 @@
+2015-12-24  Mike Frysinger  <vapier@gentoo.org>
+
+       * tconfig.h (SIM_HAVE_SIMCACHE): Delete.
+
 2015-11-21  Mike Frysinger  <vapier@gentoo.org>
 
        PR sim/18762
index bcefad681919eb7d195f84cace68e314fd0fce63..eaa48322f8ef3febfe72f74f39c82b2b42475f43 100644 (file)
@@ -1,9 +1,3 @@
 /* Default target configuration file.
    To override this, create file `tconfig.in' in the simulator's
    source directory.  */
-
-/* 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 */
index c91eba8a315639e3aa329e407593b5d6558578f6..f54d697abe03b48a7fb0895aa8918d301a29fd30 100644 (file)
@@ -1,3 +1,7 @@
+2015-12-24  Mike Frysinger  <vapier@gentoo.org>
+
+       * tconfig.h (SIM_HAVE_SIMCACHE): Delete.
+
 2015-11-21  Mike Frysinger  <vapier@gentoo.org>
 
        * compile.c (sim_callback, sim_kind, myname): Delete.
index 5a683f09151f01d3005208df12480373843bb1c8..3da84b710520564291a8df541c0ed2f8aeb402a2 100644 (file)
@@ -1,11 +1,5 @@
 /* h8300 target configuration file.  */
 
-/* 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
-
 /* FIXME: This is a quick hack for run.c so it can support the `-h' option.
    It will eventually be replaced by a more general facility.  */
 #define SIM_H8300
index 040ae0455cfd66453dd8a4f41095f82b630b7861..b48f69f38bb9c676ea06a0ecb14e59c0e47b6727 100644 (file)
@@ -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
index 7e1093d621c9f842404f9a61dacf15e1513b1ad6..136015a06d71fe73d0cae38dc5cc526a1742785d 100644 (file)
@@ -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
This page took 0.056019 seconds and 4 git commands to generate.