binutils-gdb/sim/m32r
Greg McGary fec7d8b0e7 * Makefile.in: remove `@true' commands for rules that have
$(CGEN_MAINT) as a prerequisite.
2000-11-18 09:08:59 +00:00
..
ChangeLog * Makefile.in: remove `@true' commands for rules that have 2000-11-18 09:08:59 +00:00
Makefile.in * Makefile.in: remove `@true' commands for rules that have 2000-11-18 09:08:59 +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 import gdb-1999-10-11 snapshot 1999-10-12 04:37:53 +00:00
arch.h import gdb-1999-10-11 snapshot 1999-10-12 04:37:53 +00:00
config.in Initial creation of sourceware repository 1999-04-16 01:35:26 +00:00
configure Change profiling so that it is enabled by default. Re-generate everything. 2000-05-24 04:39:50 +00:00
configure.in Initial creation of sourceware repository 1999-04-16 01:35:26 +00:00
cpu.c import gdb-19990422 snapshot 1999-04-26 18:34:20 +00:00
cpu.h 2000-08-28 Dave Brolley <brolley@redhat.com> 2000-08-28 18:20:30 +00:00
cpuall.h import gdb-1999-10-11 snapshot 1999-10-12 04:37:53 +00:00
cpux.c import gdb-1999-10-11 snapshot 1999-10-12 04:37:53 +00:00
cpux.h 2000-08-28 Dave Brolley <brolley@redhat.com> 2000-08-28 18:20:30 +00:00
decode.c 2000-08-28 Dave Brolley <brolley@redhat.com> 2000-08-28 18:20:30 +00:00
decode.h import gdb-1999-08-09 snapshot 1999-08-09 21:36:23 +00:00
decodex.c 2000-08-28 Dave Brolley <brolley@redhat.com> 2000-08-28 18:20:30 +00:00
decodex.h import gdb-1999-10-11 snapshot 1999-10-12 04:37:53 +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 2000-08-28 Dave Brolley <brolley@redhat.com> 2000-08-28 18:20:30 +00:00
modelx.c 2000-08-28 Dave Brolley <brolley@redhat.com> 2000-08-28 18:20:30 +00:00
sem-switch.c 2000-10-06 Dave Brolley <brolley@redhat.com> 2000-10-06 16:59:56 +00:00
sem.c 2000-10-06 Dave Brolley <brolley@redhat.com> 2000-10-06 16:59:56 +00:00
semx-switch.c 2000-10-06 Dave Brolley <brolley@redhat.com> 2000-10-06 16:59:56 +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).