binutils-gdb/sim/m32r
Mike Frysinger ba4990f13f sim: cgen: delete unused record_trace_results functions
Since there are no callers of this anywhere, nor is the function
implemented by anyone, drop it across the board to cleanup warnings.
2021-06-28 11:25:21 -04:00
..
aclocal.m4 sim: unify hardware settings 2021-06-21 22:20:18 -04:00
arch.c
arch.h
ChangeLog sim: cgen: delete unused record_trace_results functions 2021-06-28 11:25:21 -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-main.h
syscall.h
traps-linux.c sim: callback: extend syscall interface to handle 7 args 2021-06-24 23:51:16 -04:00
traps.c

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).