binutils-gdb/sim/iq2000
Mike Frysinger be0387eed0 sim: hw: rework configure option & device selection
The sim-hardware configure option allows builders to select a set of
device models to enable.  But this seems like unnecessary overkill:
the existence of individual device models doesn't affect performance
at all as they are only enabled at runtime if the config uses them,
and individually these are all <5KB a piece.  Stripping off a total
of ~50KB from a ~1MB binary doesn't seem useful, and it's extremely
unlikely anyone will ever bother.

So let's simplify the configure/make logic by turning sim-hardware
into a boolean option like many of the other sim options.  Any ports
that have unique device models will declare them in their Makefile
instead of at configure time.  This will allow us to (eventually)
unify the setting into the common dir.
2021-06-21 21:36:51 -04:00
..
aclocal.m4 sim: delete SIM_AC_COMMON macro 2021-06-20 00:39:38 -04:00
arch.c
arch.h
ChangeLog sim: hw: rework configure option & device selection 2021-06-21 21:36:51 -04:00
configure sim: hw: rework configure option & device selection 2021-06-21 21:36:51 -04:00
configure.ac sim: delete SIM_AC_COMMON macro 2021-06-20 00:39:38 -04:00
cpu.c
cpu.h
cpuall.h
decode.c
decode.h
iq2000.c sim: split sim-signal.h include out 2021-06-18 00:50:14 -04:00
Makefile.in sim: unify cgen maintainer settings 2021-06-20 00:25:13 -04:00
mloop.in
model.c
sem-switch.c
sem.c
sim-if.c sim: overhaul & unify endian settings management 2021-06-17 23:20:13 -04:00
sim-main.h sim: cgen: invert sim_state storage for cgen ports 2021-05-17 00:46:32 -04:00