binutils-gdb/sim/mips
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
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: hw: rework configure option & device selection 2021-06-21 21:36:51 -04:00
cp1.c sim: switch config.h usage to defs.h 2021-05-16 22:38:41 -04:00
cp1.h Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
dsp2.igen Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
dsp.c sim: switch config.h usage to defs.h 2021-05-16 22:38:41 -04:00
dsp.igen Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
dv-tx3904cpu.c sim: switch config.h usage to defs.h 2021-05-16 22:38:41 -04:00
dv-tx3904irc.c sim: mips: fix uninitialized register use 2021-06-16 01:51:32 -04:00
dv-tx3904sio.c sim: mips: tweak buffer sign 2021-06-16 01:53:09 -04:00
dv-tx3904tmr.c sim: switch config.h usage to defs.h 2021-05-16 22:38:41 -04:00
interp.c sim: split sim-signal.h include out 2021-06-18 00:50:14 -04:00
m16.dc
m16.igen
m16e.igen Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
m16run.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
mdmx.c sim: switch config.h usage to defs.h 2021-05-16 22:38:41 -04:00
mdmx.igen Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
micromips16.dc
micromips.dc
micromips.igen sim: mips: invert sim_state storage 2021-05-17 01:00:08 -04:00
micromipsdsp.igen Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
micromipsrun.c sim: mips: invert sim_state storage 2021-05-17 01:00:08 -04:00
mips3d.igen Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
mips3264r2.igen Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
mips.dc
mips.igen
sb1.igen Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
sim-main.c sim: switch config.h usage to defs.h 2021-05-16 22:38:41 -04:00
sim-main.h sim: mips: add printf attribute to trace func 2021-06-16 01:56:22 -04:00
smartmips.igen Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
tx.igen
vr.igen