aboutsummaryrefslogtreecommitdiff
path: root/sim/sh64/tconfig.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-12-24 16:38:37 -0500
committerMike Frysinger <vapier@gentoo.org>2015-12-24 19:27:28 -0500
commitb1af947345ccba81244d3370756d0047d3bc8b6e (patch)
treed47e541d6460da615ac070e22e433e752af2b21b /sim/sh64/tconfig.h
parent8abe6c668e9336418277e64983587f121c8534e6 (diff)
downloadfsf-binutils-gdb-b1af947345ccba81244d3370756d0047d3bc8b6e.zip
fsf-binutils-gdb-b1af947345ccba81244d3370756d0047d3bc8b6e.tar.gz
fsf-binutils-gdb-b1af947345ccba81244d3370756d0047d3bc8b6e.tar.bz2
sim: delete SIM_HAVE_MEM_SIZE
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.
Diffstat (limited to 'sim/sh64/tconfig.h')
-rw-r--r--sim/sh64/tconfig.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/sim/sh64/tconfig.h b/sim/sh64/tconfig.h
index dbcf232..4b700ae 100644
--- a/sim/sh64/tconfig.h
+++ b/sim/sh64/tconfig.h
@@ -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