aboutsummaryrefslogtreecommitdiff
path: root/sim/m32r
diff options
context:
space:
mode:
Diffstat (limited to 'sim/m32r')
-rw-r--r--sim/m32r/ChangeLog4
-rw-r--r--sim/m32r/tconfig.h7
2 files changed, 4 insertions, 7 deletions
diff --git a/sim/m32r/ChangeLog b/sim/m32r/ChangeLog
index 769d2ab..ac2efcb 100644
--- a/sim/m32r/ChangeLog
+++ b/sim/m32r/ChangeLog
@@ -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
diff --git a/sim/m32r/tconfig.h b/sim/m32r/tconfig.h
index a5c55d5..e06d2cf 100644
--- a/sim/m32r/tconfig.h
+++ b/sim/m32r/tconfig.h
@@ -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