binutils-gdb/sim/m32r
Mike Frysinger ba9666525f sim: model: constify sim_machs storage
The array of pointers is never modified, so mark it const so it ends
up in the read-only data section.
2021-06-29 20:08:10 -04:00
..
aclocal.m4 sim: unify hardware settings 2021-06-21 22:20:18 -04:00
arch.c sim: model: constify sim_machs storage 2021-06-29 20:08:10 -04:00
arch.h
ChangeLog sim: model: constify sim_machs storage 2021-06-29 20:08:10 -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
cpu2.c sim: cgen: delete unused record_trace_results functions 2021-06-28 11:25:21 -04:00
cpu2.h
cpu.c sim: cgen: delete unused record_trace_results functions 2021-06-28 11:25:21 -04:00
cpu.h
cpuall.h
cpux.c sim: cgen: delete unused record_trace_results functions 2021-06-28 11:25:21 -04:00
cpux.h
decode2.c
decode2.h
decode.c
decode.h
decodex.c
decodex.h
dv-m32r_cache.c
dv-m32r_cache.h
dv-m32r_uart.c
dv-m32r_uart.h
m32r2.c
m32r-sim.h
m32r.c
m32rx.c
Makefile.in sim: hw: rework configure option & device selection 2021-06-21 21:36:51 -04:00
mloop2.in
mloop.in
mloopx.in
model2.c
model.c
modelx.c
README
sem2-switch.c
sem-switch.c
sem.c
semx-switch.c
sim-if.c sim: overhaul & unify endian settings management 2021-06-17 23:20:13 -04:00
sim-main.h sim: cgen: invert sim_state storage for cgen ports 2021-05-17 00:46:32 -04:00
syscall.h
traps-linux.c sim: callback: extend syscall interface to handle 7 args 2021-06-24 23:51:16 -04:00
traps.c sim: split sim-signal.h include out 2021-06-18 00:50:14 -04:00

This is the m32r simulator directory.

It is still work-in-progress.  The current sources are reasonably
well tested and lots of features are in.  However, there's lots
more yet to come.

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.

devo/cgen isn't part of the comp-tools module yet.
You'll need to check it out manually (also akin to automake/autoconf).