binutils-gdb/sim/mn10300
Mike Frysinger 80636a54bc sim: build: move generated headers to built sources
Automake's automatic header deptracking has a bootstrap problem where
it can't detect generated headers when compiling.  We've been handling
that by adding a custom SIM_ALL_RECURSIVE_DEPS variable, but that only
works when building objects recursively in subdirs.  As we move those
out to the top-level, we don't have any recursive steps anymore.  The
Automake approach is to declare those headers in BUILT_SOURCES.

This isn't completely foolproof as the Automake manual documents: it
only activates for `make all`, not `make foo.o`, but that shouldn't be
a huge limitation as it only affects the initial compile.  After that,
rebuilds should work fine.
2023-01-02 21:16:19 -05:00
..
am33-2.igen sim: mn10300: migrate to standard uintXX_t types 2022-01-06 01:17:37 -05:00
am33.igen sim: mn10300: fix SMP compile 2022-12-25 02:09:18 -05:00
ChangeLog-2021 sim: rename ChangeLog files to ChangeLog-2021 2021-08-17 20:27:36 -04:00
dv-mn103cpu.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dv-mn103int.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dv-mn103iop.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dv-mn103ser.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dv-mn103tim.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
interp.c sim: cpu: change default init to handle all cpus 2022-12-25 02:10:46 -05:00
local.mk sim: build: move generated headers to built sources 2023-01-02 21:16:19 -05:00
Makefile.in Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
mn10300-sim.h sim: mn10300: fix SMP compile 2022-12-25 02:09:18 -05:00
mn10300.dc
mn10300.igen sim: mn10300: fix SMP compile 2022-12-25 02:09:18 -05:00
op_utils.c sim: mn10300: standardize the arch-specific settings a little 2022-12-23 08:32:58 -05:00
sim-main.c Revert "sim: mn10300: drop unused sim-main.c" 2022-12-23 00:22:53 -05:00
sim-main.h Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00