binutils-gdb/sim/cris
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
..
arch.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
arch.h Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
ChangeLog-2021 sim: rename ChangeLog files to ChangeLog-2021 2021-08-17 20:27:36 -04:00
cpuall.h Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
cpuv10.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
cpuv10.h Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
cpuv32.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
cpuv32.h Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
cris-sim.h Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
cris-tmpl.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
crisv10f.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
crisv32f.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
decodev10.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
decodev10.h Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
decodev32.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
decodev32.h Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dv-cris.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dv-cris_900000xx.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dv-rv.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
local.mk sim: build: move generated headers to built sources 2023-01-02 21:16:19 -05:00
Makefile.in sim: cris: hoist cgen rules to top-level 2023-01-02 20:29:21 -05:00
mloop.in Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
modelv10.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
modelv32.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
rvdummy.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
semcrisv10f-switch.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
semcrisv32f-switch.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
sim-if.c sim: replace -I$srcroot/bfd include with -I$srcroot 2023-01-01 23:17:07 -05:00
sim-main.h sim: replace -I$srcroot/opcodes include with -I$srcroot 2023-01-01 23:14:19 -05:00
traps.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00