Files
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
..
2023-08-19 12:41:32 +09:30
2023-08-19 12:41:32 +09:30
2023-08-19 12:41:32 +09:30
2023-08-19 12:41:32 +09:30
2023-08-19 12:41:32 +09:30
2023-08-19 12:41:32 +09:30
2023-08-19 12:41:32 +09:30
2023-08-19 12:41:32 +09:30
2023-08-19 12:41:32 +09:30
2023-08-19 12:41:32 +09:30
2023-08-19 12:41:32 +09:30
2023-08-19 12:41:32 +09:30
2023-08-19 12:41:32 +09:30
2023-08-19 12:41:32 +09:30
2023-08-19 12:41:32 +09:30
2023-08-19 12:41:32 +09:30
2023-08-19 12:41:32 +09:30
2023-08-19 12:41:32 +09:30
2023-08-19 12:41:32 +09:30
2023-08-19 12:41:32 +09:30
2023-08-19 12:41:32 +09:30
2023-08-19 12:41:32 +09:30
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).