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/riscv/ChangeLog | 4 ++++ sim/riscv/sim-main.c | 1 + 2 files changed, 5 insertions(+) (limited to 'sim/riscv') diff --git a/sim/riscv/ChangeLog b/sim/riscv/ChangeLog index 5c7973f..925fa0c 100644 --- a/sim/riscv/ChangeLog +++ b/sim/riscv/ChangeLog @@ -1,3 +1,7 @@ +2021-06-18 Mike Frysinger + + * sim-main.c: Include sim-signal.h. + 2021-06-17 Mike Frysinger * configure.ac: Delete SIM_AC_OPTION_ENDIAN call. diff --git a/sim/riscv/sim-main.c b/sim/riscv/sim-main.c index a09ae03..0faf939 100644 --- a/sim/riscv/sim-main.c +++ b/sim/riscv/sim-main.c @@ -28,6 +28,7 @@ #include #include "sim-main.h" +#include "sim-signal.h" #include "sim-syscall.h" #include "opcode/riscv.h" -- cgit v1.1