binutils-gdb/sim/frv
Mike Frysinger 883be19774 sim: cpu: change default init to handle all cpus
All the runtimes were only initializing a single CPU.  When SMP is
enabled, things quickly crash as none of the other CPU structs are
setup.  Change the default from 0 to the compile time value.
2022-12-25 02:10:46 -05:00
..
acinclude.m4 sim: tweak copyright lines for gnulib update-copyright 2022-01-01 13:14:01 -05:00
arch.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
arch.h Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
cache.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
cache.h Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
ChangeLog-2021 sim: rename ChangeLog files to ChangeLog-2021 2021-08-17 20:27:36 -04:00
cpu.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
cpu.h sim: frv: invert sim_cpu storage 2022-12-21 00:00:01 -05:00
cpuall.h Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
decode.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
decode.h Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
frv-sim.h Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
frv.c sim: move register headers into sim/ namespace [PR sim/29869] 2022-12-20 21:06:32 -05:00
interrupts.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
local.mk sim: run: move linking into top-level 2022-11-05 20:00:56 +07:00
Makefile.in sim: build: remove various obsolete generation dep variables 2022-11-04 13:58:42 +07:00
memory.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
mloop.in Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
model.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
options.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
pipeline.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
profile-fr400.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
profile-fr400.h Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
profile-fr450.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
profile-fr500.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
profile-fr500.h Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
profile-fr550.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
profile-fr550.h Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
profile.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
profile.h Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
README
registers.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
registers.h Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
reset.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
sem.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
sim-if.c sim: cpu: change default init to handle all cpus 2022-12-25 02:10:46 -05:00
sim-main.h sim: cgen: move symcat.h include to where it's used 2022-12-23 00:52:04 -05:00
traps.c sim: remove use of PTR 2022-05-13 14:32:54 +09:30

This is the frv simulator directory.

It is still work-in-progress.  The current sources are
well tested and lots of features are in.

There are lots of machine generated files in the source directory!
They are only generated if you configure with --enable-cgen-maint,
similar in behaviour to Makefile.in, configure under automake/autoconf.

For details on the generator, see ../../cgen.