binutils-gdb/sim/m32r
Doug Evans a86de8e0d8 * mloop.in: Add missing # comment marker.
* mloop2.in: Ditto.
	* mloopx.in: Ditto.
2009-06-20 21:19:20 +00:00
..
ChangeLog * mloop.in: Add missing # comment marker. 2009-06-20 21:19:20 +00:00
Makefile.in Update the copyright notice of some of the files I missed 2009-01-14 10:53:10 +00:00
README
TODO
arch.c
arch.h
config.in
configure
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 Update the copyright notice of some of the files I missed 2009-01-14 10:53:10 +00:00
m32r-sim.h Update the copyright notice of some of the files I missed 2009-01-14 10:53:10 +00:00
m32r.c Update the copyright notice of some of the files I missed 2009-01-14 10:53:10 +00:00
m32r2.c Update the copyright notice of some of the files I missed 2009-01-14 10:53:10 +00:00
m32rx.c Update the copyright notice of some of the files I missed 2009-01-14 10:53:10 +00:00
mloop.in * mloop.in: Add missing # comment marker. 2009-06-20 21:19:20 +00:00
mloop2.in * mloop.in: Add missing # comment marker. 2009-06-20 21:19:20 +00:00
mloopx.in * mloop.in: Add missing # comment marker. 2009-06-20 21:19:20 +00:00
model.c
model2.c
modelx.c
sem-switch.c
sem.c
sem2-switch.c
semx-switch.c
sim-if.c Update the copyright notice of some of the files I missed 2009-01-14 10:53:10 +00:00
sim-main.h
syscall.h
tconfig.in
traps-linux.c Update the copyright notice of some of the files I missed 2009-01-14 10:53:10 +00:00
traps.c Update the copyright notice of some of the files I missed 2009-01-14 10:53:10 +00:00

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