public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] sim: ppc: drop unused types from sim-main.h
@ 2022-12-23  5:57 Michael Frysinger
  0 siblings, 0 replies; only message in thread
From: Michael Frysinger @ 2022-12-23  5:57 UTC (permalink / raw)
  To: gdb-cvs

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=10861ec94fee4d3f17fa2435dd132d64f85b91a3

commit 10861ec94fee4d3f17fa2435dd132d64f85b91a3
Author: Mike Frysinger <vapier@gentoo.org>
Date:   Fri Dec 23 00:27:08 2022 -0500

    sim: ppc: drop unused types from sim-main.h
    
    The common sim headers should define these for us already, so there's
    no need for the ppc header to set them up.

Diff:
---
 sim/ppc/sim-main.h | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/sim/ppc/sim-main.h b/sim/ppc/sim-main.h
index 3a9c2e71f9a..310c6b08330 100644
--- 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;
-};

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-12-23  5:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-23  5:57 [binutils-gdb] sim: ppc: drop unused types from sim-main.h Michael Frysinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).