binutils-gdb/sim/cris
Mike Frysinger 1c636da093 sim: namespace sim_machs
We want to do a single build with all arches in one binary which means
we need to namespace sim_machs on a per-arch basis.  Move it from a
global variable to the sim description structure so it can be setup at
runtime.

Changing the SIM_MODEL->num from an enum to an int is unfortunate, but
we specifically don't want to maintain a centralized list anymore, and
this was never used directly in common code, just passed to per-arch
callbacks.
2021-06-30 01:52:51 -04:00
..
aclocal.m4 sim: unify hardware settings 2021-06-21 22:20: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: namespace sim_machs 2021-06-30 01:52:51 -04:00
configure sim: drop configure scripts for simple ports 2021-06-22 19:26:13 -04:00
configure.ac sim: hw: rework configure option & device selection 2021-06-21 21:36:51 -04:00
cpuall.h Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
cpuv10.c sim: cgen: delete unused record_trace_results functions 2021-06-28 11:25:21 -04:00
cpuv10.h Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
cpuv32.c sim: cgen: delete unused record_trace_results functions 2021-06-28 11:25:21 -04:00
cpuv32.h Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
cris-sim.h sim: cris: fix a few missing prototype warnings 2021-06-24 23:52:06 -04:00
cris-tmpl.c sim: switch config.h usage to defs.h 2021-05-16 22:38:41 -04:00
crisv10f.c sim: switch config.h usage to defs.h 2021-05-16 22:38:41 -04:00
crisv32f.c sim: switch config.h usage to defs.h 2021-05-16 22:38:41 -04:00
decodev10.c sim: bpf/cris: include cgen-mem in decoders 2021-06-27 10:54:06 -04:00
decodev10.h Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
decodev32.c sim: bpf/cris: include cgen-mem in decoders 2021-06-27 10:54:06 -04:00
decodev32.h Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
dv-cris_900000xx.c sim: switch config.h usage to defs.h 2021-05-16 22:38:41 -04:00
dv-cris.c sim: switch config.h usage to defs.h 2021-05-16 22:38:41 -04:00
dv-rv.c sim: assume sys/select.h always exists 2021-06-12 22:19:30 -04:00
Makefile.in sim: cris: remove cgen-ops.h include hack 2021-06-29 20:09:17 -04:00
mloop.in Add missing stdlib.h includes to sim 2021-05-04 13:19:33 -06:00
modelv10.c Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
modelv32.c Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
rvdummy.c sim: assume sys/select.h always exists 2021-06-12 22:19:30 -04:00
semcrisv10f-switch.c Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
semcrisv32f-switch.c Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
sim-if.c sim: namespace sim_machs 2021-06-30 01:52:51 -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: cris: fix a few missing prototype warnings 2021-06-24 23:52:06 -04:00