diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-06-13 23:16:32 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-06-18 00:50:14 -0400 |
commit | 1fef66b0dcc09c9114100e782ea54594550e8fb7 (patch) | |
tree | 4c7e4fe60f287d3db75997d7affb763c0e77608f /sim/ppc/sim-main.h | |
parent | 7039b291607e4d890679cb3fe401d37228992213 (diff) | |
download | binutils-1fef66b0dcc09c9114100e782ea54594550e8fb7.zip binutils-1fef66b0dcc09c9114100e782ea54594550e8fb7.tar.gz binutils-1fef66b0dcc09c9114100e782ea54594550e8fb7.tar.bz2 |
sim: split sim-signal.h include out
The sim-basics.h is too big and includes too many things. This leads
to some arch's sim-main.h having circular loop issues with defs, and
makes it hard to separate out common objects from arch-specific defs.
By splitting up sim-basics.h and killing off sim-main.h, it'll make
it easier to separate out the two.
Diffstat (limited to 'sim/ppc/sim-main.h')
-rw-r--r-- | sim/ppc/sim-main.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sim/ppc/sim-main.h b/sim/ppc/sim-main.h index 1e565c1..047b36c 100644 --- a/sim/ppc/sim-main.h +++ b/sim/ppc/sim-main.h @@ -1,5 +1,4 @@ #include "sim-basics.h" -#include "sim-signal.h" typedef unsigned32 sim_cia; |