diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-04-18 04:19:56 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-04-18 04:31:36 -0400 |
commit | 20bca71d82598a015de0991196e45f0b5f7ead81 (patch) | |
tree | 430360c5efe05979bc42a916dd483aae35c30eb6 /sim/microblaze | |
parent | 7e83aa92f2d986ba60f124287a9fd1e534fbbcf8 (diff) | |
download | gdb-20bca71d82598a015de0991196e45f0b5f7ead81.zip gdb-20bca71d82598a015de0991196e45f0b5f7ead81.tar.gz 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/microblaze')
-rw-r--r-- | sim/microblaze/ChangeLog | 4 | ||||
-rw-r--r-- | sim/microblaze/sim-main.h | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/sim/microblaze/ChangeLog b/sim/microblaze/ChangeLog index 560cc13..cd4be04 100644 --- a/sim/microblaze/ChangeLog +++ b/sim/microblaze/ChangeLog @@ -1,5 +1,9 @@ 2015-04-18 Mike Frysinger <vapier@gentoo.org> + * sim-main.h (SIM_CPU): Delete. + +2015-04-18 Mike Frysinger <vapier@gentoo.org> + * sim-main.h (sim_cia): Delete. 2015-04-17 Mike Frysinger <vapier@gentoo.org> diff --git a/sim/microblaze/sim-main.h b/sim/microblaze/sim-main.h index 4a5c5df..ab4e6af 100644 --- a/sim/microblaze/sim-main.h +++ b/sim/microblaze/sim-main.h @@ -20,9 +20,6 @@ #include "microblaze.h" #include "sim-basics.h" - -typedef struct _sim_cpu SIM_CPU; - #include "sim-base.h" /* The machine state. |