old-cross-binutils/sim/m32r
Mike Frysinger 465fb143c8 sim: make nrun the default run program
We want people to stop using the run.c frontend, but it's hard to notice
when it's still set as the default.  Lets flip things so nrun.c is the
default, and users of run.c will get an error by default.  We turn that
error into a warning for existing sims so we don't break them -- this is
mostly meant for people starting new ports.
2015-03-14 07:02:58 -04:00
..
aclocal.m4 sim: use AM_MAINTAINER_MODE 2013-06-05 01:42:13 +00:00
arch.c Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
arch.h Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
ChangeLog sim: make nrun the default run program 2015-03-14 07:02:58 -04:00
config.in Regenerate sim configury. 2014-08-15 15:51:50 -07:00
configure Fix m32r-elf sim, default hardware to off. 2014-08-23 04:53:28 +02:00
configure.ac Fix m32r-elf sim, default hardware to off. 2014-08-23 04:53:28 +02:00
cpu.c Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
cpu.h Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
cpu2.c Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
cpu2.h Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
cpuall.h Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
cpux.c Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
cpux.h Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
decode.c Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
decode.h Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
decode2.c Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
decode2.h Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
decodex.c Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
decodex.h Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
devices.c Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
m32r-sim.h Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
m32r.c Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
m32r2.c Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
m32rx.c Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
Makefile.in sim: make nrun the default run program 2015-03-14 07:02:58 -04:00
mloop.in Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
mloop2.in Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
mloopx.in Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
model.c Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
model2.c Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
modelx.c Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
README
sem-switch.c Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
sem.c Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
sem2-switch.c Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
semx-switch.c Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
sim-if.c Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
sim-main.h
syscall.h
tconfig.in sim: frv/m32r: back out hard failure when dv-sockser is not available 2013-03-31 00:39:35 +00:00
TODO
traps-linux.c Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
traps.c Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32: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).