binutils-gdb/sim/m32r
Joel Brobecker c5a5708100 Copyright year update in most files of the GDB Project.
gdb/ChangeLog:

        Copyright year update in most files of the GDB Project.
2012-01-04 08:28:28 +00:00
..
ChangeLog
Makefile.in Copyright year update in most files of the GDB Project. 2012-01-04 08:28:28 +00:00
README
TODO
aclocal.m4
arch.c Copyright year update in most files of the GDB Project. 2012-01-04 08:28:28 +00:00
arch.h Copyright year update in most files of the GDB Project. 2012-01-04 08:28:28 +00:00
config.in
configure
configure.ac
cpu.c Copyright year update in most files of the GDB Project. 2012-01-04 08:28:28 +00:00
cpu.h Copyright year update in most files of the GDB Project. 2012-01-04 08:28:28 +00:00
cpu2.c Copyright year update in most files of the GDB Project. 2012-01-04 08:28:28 +00:00
cpu2.h Copyright year update in most files of the GDB Project. 2012-01-04 08:28:28 +00:00
cpuall.h Copyright year update in most files of the GDB Project. 2012-01-04 08:28:28 +00:00
cpux.c Copyright year update in most files of the GDB Project. 2012-01-04 08:28:28 +00:00
cpux.h Copyright year update in most files of the GDB Project. 2012-01-04 08:28:28 +00:00
decode.c Copyright year update in most files of the GDB Project. 2012-01-04 08:28:28 +00:00
decode.h Copyright year update in most files of the GDB Project. 2012-01-04 08:28:28 +00:00
decode2.c Copyright year update in most files of the GDB Project. 2012-01-04 08:28:28 +00:00
decode2.h Copyright year update in most files of the GDB Project. 2012-01-04 08:28:28 +00:00
decodex.c Copyright year update in most files of the GDB Project. 2012-01-04 08:28:28 +00:00
decodex.h Copyright year update in most files of the GDB Project. 2012-01-04 08:28:28 +00:00
devices.c Copyright year update in most files of the GDB Project. 2012-01-04 08:28:28 +00:00
m32r-sim.h Copyright year update in most files of the GDB Project. 2012-01-04 08:28:28 +00:00
m32r.c Copyright year update in most files of the GDB Project. 2012-01-04 08:28:28 +00:00
m32r2.c Copyright year update in most files of the GDB Project. 2012-01-04 08:28:28 +00:00
m32rx.c Copyright year update in most files of the GDB Project. 2012-01-04 08:28:28 +00:00
mloop.in Copyright year update in most files of the GDB Project. 2012-01-04 08:28:28 +00:00
mloop2.in Copyright year update in most files of the GDB Project. 2012-01-04 08:28:28 +00:00
mloopx.in Copyright year update in most files of the GDB Project. 2012-01-04 08:28:28 +00:00
model.c Copyright year update in most files of the GDB Project. 2012-01-04 08:28:28 +00:00
model2.c Copyright year update in most files of the GDB Project. 2012-01-04 08:28:28 +00:00
modelx.c Copyright year update in most files of the GDB Project. 2012-01-04 08:28:28 +00:00
sem-switch.c Copyright year update in most files of the GDB Project. 2012-01-04 08:28:28 +00:00
sem.c Copyright year update in most files of the GDB Project. 2012-01-04 08:28:28 +00:00
sem2-switch.c Copyright year update in most files of the GDB Project. 2012-01-04 08:28:28 +00:00
semx-switch.c Copyright year update in most files of the GDB Project. 2012-01-04 08:28:28 +00:00
sim-if.c Copyright year update in most files of the GDB Project. 2012-01-04 08:28:28 +00:00
sim-main.h
syscall.h
tconfig.in
traps-linux.c Copyright year update in most files of the GDB Project. 2012-01-04 08:28:28 +00:00
traps.c Copyright year update in most files of the GDB Project. 2012-01-04 08:28:28 +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).