diff options
Diffstat (limited to 'sim/iq2000')
-rw-r--r-- | sim/iq2000/ChangeLog | 4 | ||||
-rw-r--r-- | sim/iq2000/tconfig.h | 7 |
2 files changed, 4 insertions, 7 deletions
diff --git a/sim/iq2000/ChangeLog b/sim/iq2000/ChangeLog index c52689a..df477d2 100644 --- a/sim/iq2000/ChangeLog +++ b/sim/iq2000/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/iq2000/tconfig.h b/sim/iq2000/tconfig.h index 0081bb43..4e4978d 100644 --- a/sim/iq2000/tconfig.h +++ b/sim/iq2000/tconfig.h @@ -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 |