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.
This commit is contained in:
Mike Frysinger
2021-06-13 23:16:32 -04:00
parent 7039b29160
commit 1fef66b0dc
78 changed files with 169 additions and 6 deletions

View File

@@ -1,3 +1,7 @@
2021-06-18 Mike Frysinger <vapier@gentoo.org>
* traps.c: Include sim-signal.h.
2021-06-17 Mike Frysinger <vapier@gentoo.org>
* configure.ac: Delete SIM_AC_OPTION_ENDIAN call.

View File

@@ -25,6 +25,7 @@
#define WANT_CPU_LM32BF
#include "sim-main.h"
#include "sim-signal.h"
#include "sim-syscall.h"
#include "lm32-sim.h"
#include "targ-vals.h"