]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
sim: delete SIM_HAVE_MEM_SIZE
authorMike Frysinger <vapier@gentoo.org>
Thu, 24 Dec 2015 21:38:37 +0000 (16:38 -0500)
committerMike Frysinger <vapier@gentoo.org>
Fri, 25 Dec 2015 00:27:28 +0000 (19:27 -0500)
This define isn't used anywhere (doesn't seem to ever have been used by
versions committed), so delete the commented out code as it's dead.

sim/frv/ChangeLog
sim/frv/tconfig.h
sim/iq2000/ChangeLog
sim/iq2000/tconfig.h
sim/m32r/ChangeLog
sim/m32r/tconfig.h
sim/sh64/ChangeLog
sim/sh64/tconfig.h

index b539c170b3f65125c076ad2360c24d4bfaef4673..3ce4963b26f9e03c77bf9dfd9ffc0df469b996b7 100644 (file)
@@ -1,3 +1,7 @@
+2015-12-24  Mike Frysinger  <vapier@gentoo.org>
+
+       * tconfig.h (SIM_HAVE_MEM_SIZE): Delete.
+
 2015-11-15  Mike Frysinger  <vapier@gentoo.org>
 
        * Makefile.in (SIM_OBJS): Delete sim-reason.o, sim-reg.o, and
index b31043cd82a39b4c2cc07090dab021ca5485772d..370cacc018da4ddc5b1a49331cce199619b89f08 100644 (file)
@@ -1,12 +1,5 @@
 /* FRV target configuration file.  -*- C -*- */
 
-/* Define this if the simulator can vary the size of memory.
-   See the xxx simulator for an example.
-   This enables the `-m size' option.
-   The memory size is stored in STATE_MEM_SIZE.  */
-/* Not used for FRV since we use the memory module. TODO -- check this  */
-/* #define SIM_HAVE_MEM_SIZE */
-
 /* See sim-hload.c.  We properly handle LMA. -- TODO: check this */
 #define SIM_HANDLES_LMA 1
 
index c52689a94dd359300f5fa7c9e508653c1c1b31ab..df477d2f17f20a9b5fc5ab745bac1a5307c5033a 100644 (file)
@@ -1,3 +1,7 @@
+2015-12-24  Mike Frysinger  <vapier@gentoo.org>
+
+       * tconfig.h (SIM_HAVE_MEM_SIZE): Delete.
+
 2015-11-15  Mike Frysinger  <vapier@gentoo.org>
 
        * Makefile.in (SIM_OBJS): Delete sim-reason.o, sim-reg.o, and
index 0081bb4394f9ba37a417d2153ea75975dabb5d22..4e4978d88620b6bdaeaec71553ee8d021baed85a 100644 (file)
@@ -1,12 +1,5 @@
 /* IQ2000 target configuration file.  -*- C -*- */
 
-/* Define this if the simulator can vary the size of memory.
-   See the xxx simulator for an example.
-   This enables the `-m size' option.
-   The memory size is stored in STATE_MEM_SIZE.  */
-/* Not used for IQ2000 since we use the memory module. TODO -- check this  */
-/* #define SIM_HAVE_MEM_SIZE */
-
 /* See sim-hload.c.  We properly handle LMA. -- TODO: check this */
 #define SIM_HANDLES_LMA 1
 
index 769d2abea0820640f23ad5d9d7dcbeb4c64b4cf8..ac2efcb4cd5e16fc566397fd1b1d08d1a8368b65 100644 (file)
@@ -1,3 +1,7 @@
+2015-12-24  Mike Frysinger  <vapier@gentoo.org>
+
+       * tconfig.h (SIM_HAVE_MEM_SIZE): Delete.
+
 2015-11-15  Mike Frysinger  <vapier@gentoo.org>
 
        * Makefile.in (SIM_OBJS): Delete sim-reason.o, sim-reg.o, and
index a5c55d5fa320ab74dc13992a72ff9ac83515a96b..e06d2cfe8aca394f198c84dd1b01ff74f2b18473 100644 (file)
@@ -3,13 +3,6 @@
 #ifndef M32R_TCONFIG_H
 #define M32R_TCONFIG_H
 
-/* Define this if the simulator can vary the size of memory.
-   See the xxx simulator for an example.
-   This enables the `-m size' option.
-   The memory size is stored in STATE_MEM_SIZE.  */
-/* Not used for M32R since we use the memory module.  */
-/* #define SIM_HAVE_MEM_SIZE */
-
 /* See sim-hload.c.  We properly handle LMA.  */
 #define SIM_HANDLES_LMA 1
 
index 454bfdccaff1dc6658326167bdc952ded1383588..f4c6aa4383ca4cea6e5f3c9c671dcfd3d1fcff08 100644 (file)
@@ -1,3 +1,7 @@
+2015-12-24  Mike Frysinger  <vapier@gentoo.org>
+
+       * tconfig.h (SIM_HAVE_MEM_SIZE): Delete.
+
 2015-11-15  Mike Frysinger  <vapier@gentoo.org>
 
        * Makefile.in (SIM_OBJS): Delete sim-reason.o, sim-reg.o, and
index dbcf232c083670d5820dd1f1374a740e064f1ae7..4b700aeb22efe573be6942f68185d93102d043a2 100644 (file)
@@ -1,12 +1,5 @@
 /* SH64 target configuration file.  -*- C -*- */
 
-/* Define this if the simulator can vary the size of memory.
-   See the xxx simulator for an example.
-   This enables the `-m size' option.
-   The memory size is stored in STATE_MEM_SIZE.  */
-/* Not used for SH64 since we use the memory module. TODO -- check this  */
-/* #define SIM_HAVE_MEM_SIZE */
-
 /* See sim-hload.c.  We properly handle LMA. -- TODO: check this */
 #define SIM_HANDLES_LMA 1