From patchwork Fri Dec 25 00:24:23 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mike Frysinger X-Patchwork-Id: 10112 X-Patchwork-Delegate: vapier@gentoo.org Received: (qmail 119350 invoked by alias); 25 Dec 2015 00:24:31 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Delivered-To: mailing list gdb-patches@sourceware.org Received: (qmail 119334 invoked by uid 89); 25 Dec 2015 00:24:30 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL, BAYES_00, RP_MATCHES_RCVD, SPF_PASS autolearn=ham version=3.3.2 spammy=75, 262, Default X-HELO: smtp.gentoo.org Received: from smtp.gentoo.org (HELO smtp.gentoo.org) (140.211.166.183) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Fri, 25 Dec 2015 00:24:30 +0000 Received: from localhost.localdomain (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 1B9B333E5E4 for ; Fri, 25 Dec 2015 00:24:28 +0000 (UTC) From: Mike Frysinger To: gdb-patches@sourceware.org Subject: [PATCH] sim: delete SIM_HAVE_SIMCACHE [committed] Date: Thu, 24 Dec 2015 19:24:23 -0500 Message-Id: <1451003063-16228-1-git-send-email-vapier@gentoo.org> X-IsSubscribed: yes This was used by the old run interface, but we punted that awhile ago, so drop this define too. --- sim/common/ChangeLog | 4 ++++ sim/common/tconfig.h | 6 ------ sim/h8300/ChangeLog | 4 ++++ sim/h8300/tconfig.h | 6 ------ sim/mips/ChangeLog | 4 ++++ sim/mips/tconfig.h | 6 ------ 6 files changed, 12 insertions(+), 18 deletions(-) diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index eac223c..10ad029 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,3 +1,7 @@ +2015-12-24 Mike Frysinger + + * tconfig.h (SIM_HAVE_SIMCACHE): Delete. + 2015-11-21 Mike Frysinger PR sim/18762 diff --git a/sim/common/tconfig.h b/sim/common/tconfig.h index bcefad6..eaa4832 100644 --- a/sim/common/tconfig.h +++ b/sim/common/tconfig.h @@ -1,9 +1,3 @@ /* Default target configuration file. To override this, create file `tconfig.in' in the simulator's source directory. */ - -/* Define this if the simulator uses an instruction cache. - See the h8/300 simulator for an example. - This enables the `-c size' option to set the size of the cache. - The target is required to provide sim_set_simcache_size. */ -/* #define SIM_HAVE_SIMCACHE */ diff --git a/sim/h8300/ChangeLog b/sim/h8300/ChangeLog index c91eba8..f54d697 100644 --- a/sim/h8300/ChangeLog +++ b/sim/h8300/ChangeLog @@ -1,3 +1,7 @@ +2015-12-24 Mike Frysinger + + * tconfig.h (SIM_HAVE_SIMCACHE): Delete. + 2015-11-21 Mike Frysinger * compile.c (sim_callback, sim_kind, myname): Delete. diff --git a/sim/h8300/tconfig.h b/sim/h8300/tconfig.h index 5a683f0..3da84b7 100644 --- a/sim/h8300/tconfig.h +++ b/sim/h8300/tconfig.h @@ -1,11 +1,5 @@ /* h8300 target configuration file. */ -/* Define this if the simulator uses an instruction cache. - See the h8/300 simulator for an example. - This enables the `-c size' option to set the size of the cache. - The target is required to provide sim_set_simcache_size. */ -#define SIM_HAVE_SIMCACHE - /* FIXME: This is a quick hack for run.c so it can support the `-h' option. It will eventually be replaced by a more general facility. */ #define SIM_H8300 diff --git a/sim/mips/ChangeLog b/sim/mips/ChangeLog index 040ae04..b48f69f 100644 --- a/sim/mips/ChangeLog +++ b/sim/mips/ChangeLog @@ -1,3 +1,7 @@ +2015-12-24 Mike Frysinger + + * tconfig.h (SIM_HAVE_SIMCACHE): Delete. + 2015-12-15 Dominik Vogt * micromips.igen (process_isa_mode): Fix left shift of negative diff --git a/sim/mips/tconfig.h b/sim/mips/tconfig.h index 7e1093d..136015a 100644 --- a/sim/mips/tconfig.h +++ b/sim/mips/tconfig.h @@ -7,11 +7,5 @@ #define SIM_HANDLES_LMA 0 #endif -/* Define this if the simulator uses an instruction cache. - See the h8/300 simulator for an example. - This enables the `-c size' option to set the size of the cache. - The target is required to provide sim_set_simcache_size. */ -/* #define SIM_HAVE_SIMCACHE */ - /* MIPS uses an unusual format for floating point quiet NaNs. */ #define SIM_QUIET_NAN_NEGATED