binutils-gdb/sim/m32r
Dave Brolley 378af1d671 2001-11-14 Dave Brolley <brolley@redhat.com>
* arch.c: Regenerate.
	* arch.h: Regenerate.
	* cpu.c: Regenerate.
	* cpu.h: Regenerate.
	* cpuall.h: Regenerate.
	* cpux.c: Regenerate.
	* cpux.h: Regenerate.
	* decode.c: Regenerate.
	* decode.h: Regenerate.
	* decodex.c: Regenerate.
	* decodex.h: Regenerate.
	* model.c: Regenerate.
	* modelx.c: Regenerate.
	* sem-switch.c: Regenerate.
	* sem.c: Regenerate.
	* semx-switch.c: Regenerate.
2001-11-14 19:51:40 +00:00
..
ChangeLog 2001-11-14 Dave Brolley <brolley@redhat.com> 2001-11-14 19:51:40 +00:00
Makefile.in 2001-07-05 Ben Elliston <bje@redhat.com> 2001-07-05 13:51:26 +00:00
README Initial creation of sourceware repository 1999-04-16 01:35:26 +00:00
TODO Initial creation of sourceware repository 1999-04-16 01:35:26 +00:00
acconfig.h Initial creation of sourceware repository 1999-04-16 01:35:26 +00:00
arch.c 2001-11-14 Dave Brolley <brolley@redhat.com> 2001-11-14 19:51:40 +00:00
arch.h 2001-11-14 Dave Brolley <brolley@redhat.com> 2001-11-14 19:51:40 +00:00
config.in Initial creation of sourceware repository 1999-04-16 01:35:26 +00:00
configure * configury fix 2001-01-12 18:51:28 +00:00
configure.in Initial creation of sourceware repository 1999-04-16 01:35:26 +00:00
cpu.c 2001-11-14 Dave Brolley <brolley@redhat.com> 2001-11-14 19:51:40 +00:00
cpu.h 2001-11-14 Dave Brolley <brolley@redhat.com> 2001-11-14 19:51:40 +00:00
cpuall.h 2001-11-14 Dave Brolley <brolley@redhat.com> 2001-11-14 19:51:40 +00:00
cpux.c 2001-11-14 Dave Brolley <brolley@redhat.com> 2001-11-14 19:51:40 +00:00
cpux.h 2001-11-14 Dave Brolley <brolley@redhat.com> 2001-11-14 19:51:40 +00:00
decode.c 2001-11-14 Dave Brolley <brolley@redhat.com> 2001-11-14 19:51:40 +00:00
decode.h 2001-11-14 Dave Brolley <brolley@redhat.com> 2001-11-14 19:51:40 +00:00
decodex.c 2001-11-14 Dave Brolley <brolley@redhat.com> 2001-11-14 19:51:40 +00:00
decodex.h 2001-11-14 Dave Brolley <brolley@redhat.com> 2001-11-14 19:51:40 +00:00
devices.c import gdb-19990422 snapshot 1999-04-26 18:34:20 +00:00
m32r-sim.h import gdb-1999-10-11 snapshot 1999-10-12 04:37:53 +00:00
m32r.c import gdb-19990422 snapshot 1999-04-26 18:34:20 +00:00
m32rx.c import gdb-1999-10-11 snapshot 1999-10-12 04:37:53 +00:00
mloop.in import gdb-1999-10-04 snapshot 1999-10-05 23:13:56 +00:00
mloopx.in import gdb-1999-10-11 snapshot 1999-10-12 04:37:53 +00:00
model.c 2001-11-14 Dave Brolley <brolley@redhat.com> 2001-11-14 19:51:40 +00:00
modelx.c 2001-11-14 Dave Brolley <brolley@redhat.com> 2001-11-14 19:51:40 +00:00
sem-switch.c 2001-11-14 Dave Brolley <brolley@redhat.com> 2001-11-14 19:51:40 +00:00
sem.c 2001-11-14 Dave Brolley <brolley@redhat.com> 2001-11-14 19:51:40 +00:00
semx-switch.c 2001-11-14 Dave Brolley <brolley@redhat.com> 2001-11-14 19:51:40 +00:00
sim-if.c import gdb-1999-10-11 snapshot 1999-10-12 04:37:53 +00:00
sim-main.h import gdb-1999-10-11 snapshot 1999-10-12 04:37:53 +00:00
tconfig.in Initial creation of sourceware repository 1999-04-16 01:35:26 +00:00
traps.c import gdb-1999-10-04 snapshot 1999-10-05 23:13:56 +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).