binutils-gdb/sim/m32r
Mike Frysinger 6003fe166d sim: mloop: add #line pragmas everywhere
This will make compiler diagnostics much better with generated code
so people can understand the original source file.
2023-12-21 20:16:26 -05:00
..
arch.c
arch.h
ChangeLog-2021
cpu2.c
cpu2.h
cpu.c
cpu.h
cpuall.h
cpux.c
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 sim: m32r: fix -Wunused-variable warnings 2023-12-19 05:51:10 -05:00
dv-m32r_uart.h
local.mk sim: cgen: unify the genmloop logic a bit 2023-12-20 21:24:40 -05:00
m32r2.c
m32r-sim.h sim: m32r: add more cgen prototypes for traps 2023-12-07 21:41:27 -07:00
m32r.c
m32rx.c
mloop2.in sim: mloop: add #line pragmas everywhere 2023-12-21 20:16:26 -05:00
mloop.in sim: mloop: add #line pragmas everywhere 2023-12-21 20:16:26 -05:00
mloopx.in sim: mloop: add #line pragmas everywhere 2023-12-21 20:16:26 -05:00
model2.c
model.c
modelx.c
README
sem2-switch.c
sem-switch.c
sem.c
semx-switch.c
sim-if.c
sim-main.h sim: signal: mark signal callback funcs as noreturn since they don't return 2023-12-21 01:59:22 -05:00
syscall.h
traps.c sim: m32r: fix syslog call 2023-12-07 21:41:27 -07: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).