binutils-gdb/sim/m32r
Mike Frysinger d137b254d9 sim: signal: mark signal callback funcs as noreturn since they don't return
All funcs already call other funcs that don't return.  The mips port is
the only exception because its generic exception handler can return in
the case of normal exceptions.  So while the exceptions its signal handler
triggers doesn't return, we can't express that conditional logic.  So add
some useless abort calls to make the compiler happy.
2023-12-21 01:59:22 -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: m32r: use @cpu@_fill_argbuf_tp to set trace & profile state 2023-12-14 22:34:28 -05:00
mloop.in
mloopx.in sim: m32r: use @cpu@_fill_argbuf_tp to set trace & profile state 2023-12-14 22:34:28 -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).