diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-06-13 22:14:40 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-06-17 00:11:48 -0400 |
commit | ef5058ae8714d68c0f671726618e721681523ac5 (patch) | |
tree | de9b85e73d69328fc91d905709fe65754cdc654b /sim/common/ChangeLog | |
parent | 62cfa544a44b6891f8fcdec953232a99da74a21c (diff) | |
download | gdb-ef5058ae8714d68c0f671726618e721681523ac5.zip gdb-ef5058ae8714d68c0f671726618e721681523ac5.tar.gz gdb-ef5058ae8714d68c0f671726618e721681523ac5.tar.bz2 |
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.
Diffstat (limited to 'sim/common/ChangeLog')
-rw-r--r-- | sim/common/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index 60b94cf..abb2ec6 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,3 +1,12 @@ +2021-06-17 Mike Frysinger <vapier@gentoo.org> + + * cgen-trace.c: Include sim/callback.h. + * nrun.c, sim-hw.c, sim-io.c, sim-syscall.c, sim-trace.c: Likewise. + * sim-basics.h: Delete sim/callback.h include. + * sim-endian.h: Include bfd.h. + * sim-syscall.h (struct cb_syscall): New forward decl. + * sim-utils.h (sim_analyze_program): Likewise. + 2021-06-16 Mike Frysinger <vapier@gentoo.org> * Make-common.in (CONFIG_CFLAGS): Change @DEFS@ to -DHAVE_CONFIG_H. |