binutils-gdb/sim/m32r
Nick Clifton 086c6838fa * common/genmloop.sh: Add new parameter: -shell to specify the
command interpreter to use to run the input file.  This is
        necessary because otherwise SHELL is taken from the user's
        environment, and not from the makefile that invoked this script
        and the user might not be running an sh-like shell.
        * cris/Makefile.in: Pass -shell parameter to genmloop.sh.
        * fr30/Makefile.in: Likewise.
        * frv/Makefile.in: Likewise.
        * i960/Makefile.in: Likewise.
        * iq2000/Makefile.in: Likewise.
        * m32r/Makefile.in: Likewise.

        * frv/mloop.in: Add missing start of line comment marker.
2008-07-29 13:53:02 +00:00
..
ChangeLog * configure: Regenerate to track ../common/common.m4 changes. 2008-07-11 02:41:22 +00:00
Makefile.in * common/genmloop.sh: Add new parameter: -shell to specify the 2008-07-29 13:53:02 +00:00
README
TODO
arch.c
arch.h
config.in * configure: Regenerate to track ../common/common.m4 changes. 2008-07-11 02:41:22 +00:00
configure * configure: Regenerate to track ../common/common.m4 changes. 2008-07-11 02:41:22 +00:00
configure.ac
cpu.c
cpu.h
cpu2.c
cpu2.h
cpuall.h
cpux.c
cpux.h
decode.c
decode.h
decode2.c
decode2.h
decodex.c
decodex.h
devices.c
m32r-sim.h
m32r.c
m32r2.c
m32rx.c
mloop.in
mloop2.in
mloopx.in
model.c
model2.c
modelx.c
sem-switch.c
sem.c
sem2-switch.c
semx-switch.c
sim-if.c
sim-main.h
syscall.h
tconfig.in
traps-linux.c
traps.c

README

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