diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-12-24 16:38:37 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-12-24 19:27:28 -0500 |
commit | b1af947345ccba81244d3370756d0047d3bc8b6e (patch) | |
tree | d47e541d6460da615ac070e22e433e752af2b21b /sim/frv | |
parent | sim: delete SIM_HAVE_SIMCACHE (diff) | |
download | binutils-gdb-b1af947345ccba81244d3370756d0047d3bc8b6e.tar.gz binutils-gdb-b1af947345ccba81244d3370756d0047d3bc8b6e.tar.bz2 binutils-gdb-b1af947345ccba81244d3370756d0047d3bc8b6e.zip |
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/frv')
-rw-r--r-- | sim/frv/ChangeLog | 4 | ||||
-rw-r--r-- | sim/frv/tconfig.h | 7 |
2 files changed, 4 insertions, 7 deletions
diff --git a/sim/frv/ChangeLog b/sim/frv/ChangeLog index b539c170b3f..3ce4963b26f 100644 --- a/sim/frv/ChangeLog +++ b/sim/frv/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/frv/tconfig.h b/sim/frv/tconfig.h index b31043cd82a..370cacc018d 100644 --- a/sim/frv/tconfig.h +++ b/sim/frv/tconfig.h @@ -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 |