From b1af947345ccba81244d3370756d0047d3bc8b6e Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 24 Dec 2015 16:38:37 -0500 Subject: 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. --- sim/sh64/tconfig.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'sim/sh64/tconfig.h') 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 -- cgit v1.1