aboutsummaryrefslogtreecommitdiff
path: root/sim/sh64
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-04-18 04:19:56 -0400
committerMike Frysinger <vapier@gentoo.org>2015-04-18 04:31:36 -0400
commit20bca71d82598a015de0991196e45f0b5f7ead81 (patch)
tree430360c5efe05979bc42a916dd483aae35c30eb6 /sim/sh64
parent7e83aa92f2d986ba60f124287a9fd1e534fbbcf8 (diff)
downloadfsf-binutils-gdb-20bca71d82598a015de0991196e45f0b5f7ead81.zip
fsf-binutils-gdb-20bca71d82598a015de0991196e45f0b5f7ead81.tar.gz
fsf-binutils-gdb-20bca71d82598a015de0991196e45f0b5f7ead81.tar.bz2
sim: unify SIM_CPU definition
Since every target typedefs this the same way, move it to the common code. We have to leave Blackfin behind here for now because of inter-dependencies on types and headers: sim-base.h includes sim-model.h which needs types in machs.h which needs types in bfim-sim.h which needs SIM_CPU.
Diffstat (limited to 'sim/sh64')
-rw-r--r--sim/sh64/ChangeLog4
-rw-r--r--sim/sh64/sim-main.h3
2 files changed, 4 insertions, 3 deletions
diff --git a/sim/sh64/ChangeLog b/sim/sh64/ChangeLog
index 0dac7a7..f75140e 100644
--- a/sim/sh64/ChangeLog
+++ b/sim/sh64/ChangeLog
@@ -1,5 +1,9 @@
2015-04-18 Mike Frysinger <vapier@gentoo.org>
+ * sim-main.h (_sim_cpu, SIM_CPU): Delete.
+
+2015-04-18 Mike Frysinger <vapier@gentoo.org>
+
* sim-main.h (CIA_ADDR): Define.
2015-04-17 Mike Frysinger <vapier@gentoo.org>
diff --git a/sim/sh64/sim-main.h b/sim/sh64/sim-main.h
index 8fb595ed..1a1a2b7 100644
--- a/sim/sh64/sim-main.h
+++ b/sim/sh64/sim-main.h
@@ -5,9 +5,6 @@
#define USING_SIM_BASE_H /* FIXME: quick hack */
-struct _sim_cpu; /* FIXME: should be in sim-basics.h */
-typedef struct _sim_cpu SIM_CPU;
-
/* 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"