binutils-gdb/sim/m32c
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: delete SIM_AC_COMMON macro 2021-06-20 00:39:38 -04:00
cpu.h Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
gdb-if.c sim: m32c: rename open symbol to avoid collisions 2021-05-29 12:03:27 -04:00
int.c sim: switch config.h usage to defs.h 2021-05-16 22:38:41 -04:00
int.h Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
load.c sim: switch config.h usage to defs.h 2021-05-16 22:38:41 -04:00
load.h Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
m32c.opc sim m32c: Include defs.h in m32c.opc and r8c.opc. 2021-06-02 08:48:09 -07:00
main.c sim: switch config.h usage to defs.h 2021-05-16 22:38:41 -04:00
Makefile.in sim: m32c: switch from custom fgets to getline 2021-05-07 00:34:03 -04:00
mem.c sim: assume sys/select.h always exists 2021-06-12 22:19:30 -04:00
mem.h Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
misc.c sim: switch config.h usage to defs.h 2021-05-16 22:38:41 -04:00
misc.h Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
opc2c.c sim: switch config.h usage to defs.h 2021-05-16 22:38:41 -04:00
r8c.opc sim m32c: Include defs.h in m32c.opc and r8c.opc. 2021-06-02 08:48:09 -07:00
reg.c sim: switch config.h usage to defs.h 2021-05-16 22:38:41 -04:00
srcdest.c sim: switch config.h usage to defs.h 2021-05-16 22:38:41 -04:00
syscalls.c sim: switch config.h usage to defs.h 2021-05-16 22:38:41 -04:00
syscalls.h Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
timer_a.h
trace.c sim: switch config.h usage to defs.h 2021-05-16 22:38:41 -04:00
trace.h Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00