binutils-gdb/sim/lm32
Mike Frysinger b79efe264f sim: unify scache settings
The cgen scache module is enabled by every cgen port, and with the
same default value of 16k (which matches the common default value).
Let's pull this option out of the individual ports (via CPPFLAGS)
and into the common code (via config.h).

The object itself is compiled only for cgen ports atm, so that part
doesn't change.  The scache code is initialized dynamically via the
modules.c logic.  That's why the profile code needs an additional
CGEN_ARCH check.

This will allow us to collapse arch configure files more.  Merging
the source files will require more future work, but integrating the
cgen & non-cgen worlds itself will take a lot.
2021-06-30 13:33:18 -04:00
..
aclocal.m4 sim: unify scache settings 2021-06-30 13:33:18 -04:00
arch.c sim: namespace sim_machs 2021-06-30 01:52:51 -04:00
arch.h Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
ChangeLog sim: unify scache settings 2021-06-30 13:33:18 -04:00
configure sim: unify scache settings 2021-06-30 13:33:18 -04:00
configure.ac sim: unify scache settings 2021-06-30 13:33:18 -04:00
cpu.c sim: cgen: delete unused record_trace_results functions 2021-06-28 11:25:21 -04:00
cpu.h Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
cpuall.h Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
decode.c Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
decode.h Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
dv-lm32cpu.c sim: switch config.h usage to defs.h 2021-05-16 22:38:41 -04:00
dv-lm32timer.c sim: switch config.h usage to defs.h 2021-05-16 22:38:41 -04:00
dv-lm32uart.c sim: assume sys/select.h always exists 2021-06-12 22:19:30 -04:00
lm32-sim.h Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
lm32.c sim: switch config.h usage to defs.h 2021-05-16 22:38:41 -04:00
Makefile.in sim: hw: rework configure option & device selection 2021-06-21 21:36:51 -04:00
mloop.in Add missing stdlib.h includes to sim 2021-05-04 13:19:33 -06:00
model.c Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
sem-switch.c Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
sem.c Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
sim-if.c sim: move default model to the runtime sim state 2021-06-30 02:57:45 -04:00
sim-main.h sim: cgen: invert sim_state storage for cgen ports 2021-05-17 00:46:32 -04:00
traps.c sim: split sim-signal.h include out 2021-06-18 00:50:14 -04:00
user.c sim: switch config.h usage to defs.h 2021-05-16 22:38:41 -04:00