binutils-gdb/sim/frv
Mike Frysinger 20fea6638f sim: use bfd_vma when reading start addr from bfd info
Since SIM_ADDR is always 32-bit, it might truncate the address with
64-bit ELFs.  Since we load that addr from the bfd, use the bfd_vma
type which matches the bfd_get_start_address API.
2022-12-22 19:29:10 -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: use bfd_vma when reading start addr from bfd info 2022-12-22 19:29:10 -05:00
sim-main.h sim: enable common sim_cpu usage everywhere 2022-12-21 00:00:18 -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.