The defs.h header will take care of including the various config.h headers. For now, it's just config.h, but we'll add more when we integrate gnulib in. This header should be used instead of config.h, and should be the first include in every .c file. We won't rely on the old behavior where we expected files to include the port's sim-main.h which then includes the common sim-basics.h which then includes config.h. We have a ton of code that includes things before sim-main.h, and it sometimes needs to be that way. Creating a dedicated header avoids the ordering mess and implicit inclusion that shows up otherwise.
54 lines
1.2 KiB
Plaintext
54 lines
1.2 KiB
Plaintext
2021-05-16 Mike Frysinger <vapier@gentoo.org>
|
|
|
|
* interp.c, sim-main.c: Replace config.h include with defs.h.
|
|
|
|
2021-05-16 Mike Frysinger <vapier@gentoo.org>
|
|
|
|
* config.in, configure: Regenerate.
|
|
|
|
2021-05-14 Mike Frysinger <vapier@gentoo.org>
|
|
|
|
* interp.c: Update include path.
|
|
|
|
2021-05-04 Mike Frysinger <vapier@gentoo.org>
|
|
|
|
* configure: Regenerate.
|
|
|
|
2021-05-01 Mike Frysinger <vapier@gentoo.org>
|
|
|
|
* config.in, configure: Regenerate.
|
|
|
|
2021-04-26 Mike Frysinger <vapier@gentoo.org>
|
|
|
|
* aclocal.m4, config.in, configure: Regenerate.
|
|
|
|
2021-04-22 Tom Tromey <tom@tromey.com>
|
|
|
|
* configure, config.in: Rebuild.
|
|
|
|
2021-04-22 Tom Tromey <tom@tromey.com>
|
|
|
|
* configure: Rebuild.
|
|
|
|
2021-04-21 Mike Frysinger <vapier@gentoo.org>
|
|
|
|
* aclocal.m4: Regenerate.
|
|
|
|
2021-04-21 Simon Marchi <simon.marchi@polymtl.ca>
|
|
|
|
* configure: Regenerate.
|
|
|
|
2021-04-18 Mike Frysinger <vapier@gentoo.org>
|
|
|
|
* configure: Regenerate.
|
|
|
|
2021-04-12 Mike Frysinger <vapier@gentoo.org>
|
|
|
|
* interp.c (sim_open): Delete 3rd arg to sim_cpu_alloc_all.
|
|
|
|
2021-04-03 Mike Frysinger <vapier@gentoo.org>
|
|
|
|
* configure.ac, interp.c, Makefile.in, README, README.arch-spec,
|
|
sim-main.c, sim-main.h: New files for example simulator.
|
|
* aclocal.m4, config.in, configure: Regenerated.
|