projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3eaecff
)
sim: ppc: drop unused types from sim-main.h
author
Mike Frysinger
<vapier@gentoo.org>
Fri, 23 Dec 2022 05:27:08 +0000
(
00:27
-0500)
committer
Mike Frysinger
<vapier@gentoo.org>
Fri, 23 Dec 2022 05:57:32 +0000
(
00:57
-0500)
The common sim headers should define these for us already, so there's
no need for the ppc header to set them up.
sim/ppc/sim-main.h
patch
|
blob
|
history
diff --git
a/sim/ppc/sim-main.h
b/sim/ppc/sim-main.h
index 3a9c2e71f9a6bb807b110e0b4f6440be7abb15d3..310c6b0833089c5530357e4e30e5063cfce56d14 100644
(file)
--- a/
sim/ppc/sim-main.h
+++ b/
sim/ppc/sim-main.h
@@
-1,9
+1,2
@@
#include "sim-basics.h"
-
-typedef uint32_t sim_cia;
-
#include "sim-base.h"
-
-struct sim_state {
- sim_state_base base;
-};