From e8d3a34fee495d7d44e6bf8e13d472b33f847635 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 18 Apr 2015 04:22:25 -0400 Subject: [PATCH] sim: trim old USING_SIM_BASE_H define This doesn't appear to have been used since 1998, but wasn't cleaned up since. So much for being "quick" ;). --- 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 ff1cc938d87..f3e0dbdf512 100644 --- a/sim/cris/ChangeLog +++ b/sim/cris/ChangeLog @@ -1,3 +1,7 @@ +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. diff --git a/sim/cris/sim-main.h b/sim/cris/sim-main.h index 6e501061bff..d1a7c1e7b25 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 c3562e8eb3f..6b351bf6273 100644 --- a/sim/frv/ChangeLog +++ b/sim/frv/ChangeLog @@ -1,3 +1,7 @@ +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. diff --git a/sim/frv/sim-main.h b/sim/frv/sim-main.h index 077a47d581d..110d76145be 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 a9db07a6dd7..e55b6f66e9b 100644 --- a/sim/iq2000/ChangeLog +++ b/sim/iq2000/ChangeLog @@ -1,3 +1,7 @@ +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. diff --git a/sim/iq2000/sim-main.h b/sim/iq2000/sim-main.h index bc45c78309a..992520a0828 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 e267eaa6b1b..77f9b811562 100644 --- a/sim/lm32/ChangeLog +++ b/sim/lm32/ChangeLog @@ -1,3 +1,7 @@ +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. diff --git a/sim/lm32/sim-main.h b/sim/lm32/sim-main.h index 9a6ba1adf47..a25c7dd85da 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 ff4767b8a30..397f3a852fc 100644 --- a/sim/m32r/ChangeLog +++ b/sim/m32r/ChangeLog @@ -1,3 +1,7 @@ +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. diff --git a/sim/m32r/sim-main.h b/sim/m32r/sim-main.h index d296c538eba..0f539a0f738 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 f75140ef7e4..e8b81e16fd1 100644 --- a/sim/sh64/ChangeLog +++ b/sim/sh64/ChangeLog @@ -1,3 +1,7 @@ +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. diff --git a/sim/sh64/sim-main.h b/sim/sh64/sim-main.h index 1a1a2b7fbfa..7b24ab0e5ca 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" -- 2.30.2