binutils-gdb/sim/bpf
Mike Frysinger d414eb3e7f sim: move default model to the runtime sim state
This kills off another compile-time option by moving the setting to
the individual arch runtimes.  This will allow dynamic selection by
the arch when doing a single build with multiple arches.

The sim_model_init rework is a little funky.  In the past it was
disabled entirely if no default model was set.  We maintain the
spirit of the logic by gating the fallback logic on whether the
port has defined any models.
2021-06-30 02:57:45 -04:00
..
aclocal.m4 sim: move default model to the runtime sim state 2021-06-30 02:57:45 -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
bpf-helpers.c sim: bpf: include more local headers & fix broken funcs 2021-06-27 10:53:15 -04:00
bpf-helpers.def Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
bpf-helpers.h sim: bpf: include more local headers & fix broken funcs 2021-06-27 10:53:15 -04:00
bpf-sim.h Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
bpf.c sim: bpf: fix printf warnings on 32-bit systems 2021-06-28 11:26:09 -04:00
ChangeLog sim: move default model to the runtime sim state 2021-06-30 02:57:45 -04:00
configure sim: move default model to the runtime sim state 2021-06-30 02:57:45 -04:00
configure.ac sim: move default model to the runtime sim state 2021-06-30 02:57:45 -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-be.c sim: bpf/cris: include cgen-mem in decoders 2021-06-27 10:54:06 -04:00
decode-be.h Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
decode-le.c sim: bpf/cris: include cgen-mem in decoders 2021-06-27 10:54:06 -04:00
decode-le.h 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
defs-be.h Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
defs-le.h Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
eng.h Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
Makefile.in sim: bpf: enable -Werror usage 2021-06-28 11:30:47 -04:00
mloop.in sim: bpf: fix mixed decls & code warnings (and style) 2021-06-27 10:36:55 -04:00
sem-be.c Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
sem-le.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: bpf: include more local headers & fix broken funcs 2021-06-27 10:53:15 -04:00
traps.c sim: switch config.h usage to defs.h 2021-05-16 22:38:41 -04:00