binutils-gdb/sim/m32r
Daniel Jacobowitz 6aba47ca06 Copyright updates for 2007. 2007-01-09 17:59:20 +00:00
..
ChangeLog * acconfig.h: Remove. 2006-12-21 04:43:53 +00:00
Makefile.in Copyright updates for 2007. 2007-01-09 17:59:20 +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
arch.c Add support for the m32r2 processor 2003-12-11 11:33:44 +00:00
arch.h Add support for the m32r2 processor 2003-12-11 11:33:44 +00:00
config.in * acconfig.h: Remove. 2006-12-21 04:43:53 +00:00
configure * common/aclocal.m4: Pass ../../intl to ZW_GNU_GETTEXT_SISTER_DIR. 2006-06-13 08:06:50 +00:00
configure.ac Index: arm/ChangeLog 2005-01-14 20:05:48 +00:00
cpu.c Add support for the m32r2 processor 2003-12-11 11:33:44 +00:00
cpu.h Add support for the m32r2 processor 2003-12-11 11:33:44 +00:00
cpu2.c Add support for the m32r2 processor 2003-12-11 11:33:44 +00:00
cpu2.h Add support for the m32r2 processor 2003-12-11 11:33:44 +00:00
cpuall.h Add support for the m32r2 processor 2003-12-11 11:33:44 +00:00
cpux.c Add support for the m32r2 processor 2003-12-11 11:33:44 +00:00
cpux.h Add support for the m32r2 processor 2003-12-11 11:33:44 +00:00
decode.c Add support for the m32r2 processor 2003-12-11 11:33:44 +00:00
decode.h Add support for the m32r2 processor 2003-12-11 11:33:44 +00:00
decode2.c Add support for the m32r2 processor 2003-12-11 11:33:44 +00:00
decode2.h Add support for the m32r2 processor 2003-12-11 11:33:44 +00:00
decodex.c Add support for the m32r2 processor 2003-12-11 11:33:44 +00:00
decodex.h Add support for the m32r2 processor 2003-12-11 11:33:44 +00:00
devices.c Copyright updates for 2007. 2007-01-09 17:59:20 +00:00
m32r-sim.h Copyright updates for 2007. 2007-01-09 17:59:20 +00:00
m32r.c Copyright updates for 2007. 2007-01-09 17:59:20 +00:00
m32r2.c Copyright updates for 2007. 2007-01-09 17:59:20 +00:00
m32rx.c Copyright updates for 2007. 2007-01-09 17:59:20 +00:00
mloop.in Copyright updates for 2007. 2007-01-09 17:59:20 +00:00
mloop2.in Copyright updates for 2007. 2007-01-09 17:59:20 +00:00
mloopx.in Copyright updates for 2007. 2007-01-09 17:59:20 +00:00
model.c Add support for the m32r2 processor 2003-12-11 11:33:44 +00:00
model2.c Add support for the m32r2 processor 2003-12-11 11:33:44 +00:00
modelx.c Add support for the m32r2 processor 2003-12-11 11:33:44 +00:00
sem-switch.c Add support for the m32r2 processor 2003-12-11 11:33:44 +00:00
sem.c Add support for the m32r2 processor 2003-12-11 11:33:44 +00:00
sem2-switch.c Add support for the m32r2 processor 2003-12-11 11:33:44 +00:00
semx-switch.c Add support for the m32r2 processor 2003-12-11 11:33:44 +00:00
sim-if.c Copyright updates for 2007. 2007-01-09 17:59:20 +00:00
sim-main.h Add support for m32r-linux target, including a RELA ABI and PIC. 2003-12-19 11:44:01 +00:00
syscall.h 2004-12-09 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com> 2004-12-09 00:47:45 +00:00
tconfig.in Initial creation of sourceware repository 1999-04-16 01:35:26 +00:00
traps-linux.c Copyright updates for 2007. 2007-01-09 17:59:20 +00:00
traps.c Copyright updates for 2007. 2007-01-09 17:59:20 +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).