From patchwork Sat Apr 18 08:35:06 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mike Frysinger X-Patchwork-Id: 6316 Received: (qmail 126516 invoked by alias); 18 Apr 2015 08:35:11 -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 126497 invoked by uid 89); 18 Apr 2015 08:35:10 -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, SPF_PASS, T_RP_MATCHES_RCVD 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; Sat, 18 Apr 2015 08:35:09 +0000 Received: from localhost.localdomain (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 971683407D3 for ; Sat, 18 Apr 2015 08:35:07 +0000 (UTC) From: Mike Frysinger To: gdb-patches@sourceware.org Subject: [PATCH] sim: trim old USING_SIM_BASE_H define Date: Sat, 18 Apr 2015 04:35:06 -0400 Message-Id: <1429346106-4930-1-git-send-email-vapier@gentoo.org> X-IsSubscribed: yes This doesn't appear to have been used since 1998, but wasn't cleaned up since. So much for being "quick" ;). Committed. --- sim/cris/ChangeLog | 4 ++++ sim/cris/sim-main.h | 2 -- sim/frv/ChangeLog | 4 ++++ sim/frv/sim-main.h | 2 -- sim/iq2000/ChangeLog | 4 ++++ sim/iq2000/sim-main.h | 2 -- sim/lm32/ChangeLog | 4 ++++ sim/lm32/sim-main.h | 2 -- sim/m32r/ChangeLog | 4 ++++ sim/m32r/sim-main.h | 2 -- sim/sh64/ChangeLog | 4 ++++ sim/sh64/sim-main.h | 2 -- 12 files changed, 24 insertions(+), 12 deletions(-) diff --git a/sim/cris/ChangeLog b/sim/cris/ChangeLog index ff1cc93..f3e0dbd 100644 --- a/sim/cris/ChangeLog +++ b/sim/cris/ChangeLog @@ -1,5 +1,9 @@ 2015-04-18 Mike Frysinger + * sim-main.h (USING_SIM_BASE_H): Delete. + +2015-04-18 Mike Frysinger + * sim-main.h (_sim_cpu, SIM_CPU): Delete. 2015-04-18 Mike Frysinger diff --git a/sim/cris/sim-main.h b/sim/cris/sim-main.h index 6e50106..d1a7c1e 100644 --- a/sim/cris/sim-main.h +++ b/sim/cris/sim-main.h @@ -24,8 +24,6 @@ along with this program. If not, see . */ #ifndef SIM_MAIN_H #define SIM_MAIN_H -#define USING_SIM_BASE_H - #include "symcat.h" #include "sim-basics.h" #include "cgen-types.h" diff --git a/sim/frv/ChangeLog b/sim/frv/ChangeLog index c3562e8..6b351bf 100644 --- a/sim/frv/ChangeLog +++ b/sim/frv/ChangeLog @@ -1,5 +1,9 @@ 2015-04-18 Mike Frysinger + * sim-main.h (USING_SIM_BASE_H): Delete. + +2015-04-18 Mike Frysinger + * sim-main.h (_sim_cpu, SIM_CPU): Delete. 2015-04-18 Mike Frysinger diff --git a/sim/frv/sim-main.h b/sim/frv/sim-main.h index 077a47d..110d761 100644 --- a/sim/frv/sim-main.h +++ b/sim/frv/sim-main.h @@ -19,8 +19,6 @@ along with this program. If not, see . */ /* Main header for the frv. */ -#define USING_SIM_BASE_H /* FIXME: quick hack */ - /* Set the mask of unsupported traces. */ #define WITH_TRACE \ (~(TRACE_alu | TRACE_decode | TRACE_memory | TRACE_model | TRACE_fpu \ diff --git a/sim/iq2000/ChangeLog b/sim/iq2000/ChangeLog index a9db07a..e55b6f6 100644 --- a/sim/iq2000/ChangeLog +++ b/sim/iq2000/ChangeLog @@ -1,5 +1,9 @@ 2015-04-18 Mike Frysinger + * sim-main.h (USING_SIM_BASE_H): Delete. + +2015-04-18 Mike Frysinger + * sim-main.h (_sim_cpu, SIM_CPU): Delete. 2015-04-18 Mike Frysinger diff --git a/sim/iq2000/sim-main.h b/sim/iq2000/sim-main.h index bc45c78..992520a 100644 --- a/sim/iq2000/sim-main.h +++ b/sim/iq2000/sim-main.h @@ -4,8 +4,6 @@ #ifndef SIM_MAIN_H #define SIM_MAIN_H -#define USING_SIM_BASE_H /* FIXME: quick hack */ - /* sim-basics.h includes config.h but cgen-types.h must be included before sim-basics.h and cgen-types.h needs config.h. */ #include "config.h" diff --git a/sim/lm32/ChangeLog b/sim/lm32/ChangeLog index e267eaa..77f9b81 100644 --- a/sim/lm32/ChangeLog +++ b/sim/lm32/ChangeLog @@ -1,5 +1,9 @@ 2015-04-18 Mike Frysinger + * sim-main.h (USING_SIM_BASE_H): Delete. + +2015-04-18 Mike Frysinger + * sim-main.h (_sim_cpu, SIM_CPU): Delete. 2015-04-18 Mike Frysinger diff --git a/sim/lm32/sim-main.h b/sim/lm32/sim-main.h index 9a6ba1a..a25c7dd 100644 --- a/sim/lm32/sim-main.h +++ b/sim/lm32/sim-main.h @@ -23,8 +23,6 @@ #ifndef SIM_MAIN_H #define SIM_MAIN_H -#define USING_SIM_BASE_H /* FIXME: quick hack */ - #include "symcat.h" #include "sim-basics.h" #include "cgen-types.h" diff --git a/sim/m32r/ChangeLog b/sim/m32r/ChangeLog index ff4767b..397f3a8 100644 --- a/sim/m32r/ChangeLog +++ b/sim/m32r/ChangeLog @@ -1,5 +1,9 @@ 2015-04-18 Mike Frysinger + * sim-main.h (USING_SIM_BASE_H): Delete. + +2015-04-18 Mike Frysinger + * sim-main.h (_sim_cpu, SIM_CPU): Delete. 2015-04-18 Mike Frysinger diff --git a/sim/m32r/sim-main.h b/sim/m32r/sim-main.h index d296c53..0f539a0 100644 --- a/sim/m32r/sim-main.h +++ b/sim/m32r/sim-main.h @@ -3,8 +3,6 @@ #ifndef SIM_MAIN_H #define SIM_MAIN_H -#define USING_SIM_BASE_H /* FIXME: quick hack */ - #include "symcat.h" #include "sim-basics.h" #include "cgen-types.h" diff --git a/sim/sh64/ChangeLog b/sim/sh64/ChangeLog index f75140e..e8b81e1 100644 --- a/sim/sh64/ChangeLog +++ b/sim/sh64/ChangeLog @@ -1,5 +1,9 @@ 2015-04-18 Mike Frysinger + * sim-main.h (USING_SIM_BASE_H): Delete. + +2015-04-18 Mike Frysinger + * sim-main.h (_sim_cpu, SIM_CPU): Delete. 2015-04-18 Mike Frysinger diff --git a/sim/sh64/sim-main.h b/sim/sh64/sim-main.h index 1a1a2b7..7b24ab0 100644 --- a/sim/sh64/sim-main.h +++ b/sim/sh64/sim-main.h @@ -3,8 +3,6 @@ #ifndef SIM_MAIN_H #define SIM_MAIN_H -#define USING_SIM_BASE_H /* FIXME: quick hack */ - /* sim-basics.h includes config.h but cgen-types.h must be included before sim-basics.h and cgen-types.h needs config.h. */ #include "config.h"