From patchwork Wed Nov 18 04:14:13 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mike Frysinger X-Patchwork-Id: 9714 Received: (qmail 26304 invoked by alias); 18 Nov 2015 04:14:21 -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 26246 invoked by uid 89); 18 Nov 2015 04:14:17 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.7 required=5.0 tests=AWL, BAYES_00, RP_MATCHES_RCVD, SPF_PASS, UNWANTED_LANGUAGE_BODY autolearn=ham version=3.3.2 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; Wed, 18 Nov 2015 04:14:16 +0000 Received: from localhost.localdomain (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 785C9340955 for ; Wed, 18 Nov 2015 04:14:14 +0000 (UTC) From: Mike Frysinger To: gdb-patches@sourceware.org Subject: [PATCH] sim: mn10300/v850: drop unused WITH_CORE define [committed] Date: Tue, 17 Nov 2015 23:14:13 -0500 Message-Id: <1447820053-14402-1-git-send-email-vapier@gentoo.org> X-IsSubscribed: yes This was dropped from the sim core in 1997, so no point in having these sim ports continue to define it. --- sim/mn10300/ChangeLog | 4 ++++ sim/mn10300/sim-main.h | 1 - sim/v850/ChangeLog | 4 ++++ sim/v850/sim-main.h | 1 - 4 files changed, 8 insertions(+), 2 deletions(-) diff --git a/sim/mn10300/ChangeLog b/sim/mn10300/ChangeLog index b7a45b3..7a9d3b3 100644 --- a/sim/mn10300/ChangeLog +++ b/sim/mn10300/ChangeLog @@ -1,3 +1,7 @@ +2015-11-17 Mike Frysinger + + * sim-main.h (WITH_CORE): Delete. + 2015-11-15 Mike Frysinger * Makefile.in (SIM_OBJS): Delete sim-reason.o and sim-stop.o. diff --git a/sim/mn10300/sim-main.h b/sim/mn10300/sim-main.h index 847506e..2b06de0 100644 --- a/sim/mn10300/sim-main.h +++ b/sim/mn10300/sim-main.h @@ -22,7 +22,6 @@ #ifndef SIM_MAIN_H #define SIM_MAIN_H -#define WITH_CORE #define WITH_WATCHPOINTS 1 #define SIM_HANDLES_LMA 1 diff --git a/sim/v850/ChangeLog b/sim/v850/ChangeLog index 7efd9d1..59cdf8d 100644 --- a/sim/v850/ChangeLog +++ b/sim/v850/ChangeLog @@ -1,5 +1,9 @@ 2015-11-17 Mike Frysinger + * sim-main.h (WITH_CORE): Delete. + +2015-11-17 Mike Frysinger + * sim-main.h (WITH_MODULO_MEMORY): Delete. 2015-11-15 Mike Frysinger diff --git a/sim/v850/sim-main.h b/sim/v850/sim-main.h index 0c041ba..23b23cb 100644 --- a/sim/v850/sim-main.h +++ b/sim/v850/sim-main.h @@ -3,7 +3,6 @@ /* General config options */ -#define WITH_CORE #define WITH_WATCHPOINTS 1