From ef5058ae8714d68c0f671726618e721681523ac5 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 13 Jun 2021 22:14:40 -0400 Subject: sim: split sim/callback.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. Start with splitting out sim/callback.h. --- sim/m68hc11/ChangeLog | 4 ++++ sim/m68hc11/sim-main.h | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'sim/m68hc11') diff --git a/sim/m68hc11/ChangeLog b/sim/m68hc11/ChangeLog index 5b757d0..0c1aa11 100644 --- a/sim/m68hc11/ChangeLog +++ b/sim/m68hc11/ChangeLog @@ -1,3 +1,7 @@ +2021-06-17 Mike Frysinger + + * sim-main.h: Delete sim/callback.h include. + 2021-06-16 Mike Frysinger * configure: Regenerate. diff --git a/sim/m68hc11/sim-main.h b/sim/m68hc11/sim-main.h index 955c69f..18a7426 100644 --- a/sim/m68hc11/sim-main.h +++ b/sim/m68hc11/sim-main.h @@ -28,7 +28,6 @@ along with this program. If not, see . */ #include "opcode/m68hc11.h" -#include "sim/callback.h" #include "sim/sim.h" #include "opcode/m68hc11.h" #include "sim-types.h" -- cgit v1.1