From 1fef66b0dcc09c9114100e782ea54594550e8fb7 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 13 Jun 2021 23:16:32 -0400 Subject: 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. --- sim/h8300/compile.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sim/h8300/compile.c') diff --git a/sim/h8300/compile.c b/sim/h8300/compile.c index 565eadf..1f3316e 100644 --- a/sim/h8300/compile.c +++ b/sim/h8300/compile.c @@ -33,6 +33,7 @@ #include "sys/stat.h" #include "sys/types.h" #include "sim-options.h" +#include "sim-signal.h" #include "sim/callback.h" #ifndef SIGTRAP -- cgit v1.1