binutils-gdb/sim/m32r
Doug Evans 62836bf48e * cgen-engine.h (EXTRACT_MSB0_SINT): Renamed from EXTRACT_MSB0_INT.
(EXTRACT_LSB0_SINT): Renamed from EXTRACT_LSB0_INT.
plus regenerate cgen files
2009-11-23 09:37:09 +00:00
..
ChangeLog * cgen-engine.h (EXTRACT_MSB0_LGSINT, EXTRACT_MSB0_LGUINT): Define. 2009-11-23 04:12:17 +00:00
Makefile.in * Makefile.in (mloop.c): Add @true to rule. 2009-11-04 05:02:18 +00:00
README
TODO
arch.c * arch.c: Regenerate. 2009-11-04 05:07:00 +00:00
arch.h * arch.c: Regenerate. 2009-11-04 05:07:00 +00:00
config.in Regenerate tree using Autoconf 2.64 and Automake 1.11. 2009-08-22 16:56:56 +00:00
configure Regenerate tree using Autoconf 2.64 and Automake 1.11. 2009-08-22 16:56:56 +00:00
configure.ac Index: arm/ChangeLog 2005-01-14 20:05:48 +00:00
cpu.c * arch.c: Regenerate. 2009-11-04 05:07:00 +00:00
cpu.h * cgen-engine.h (EXTRACT_MSB0_SINT): Renamed from EXTRACT_MSB0_INT. 2009-11-23 09:37:09 +00:00
cpu2.c * arch.c: Regenerate. 2009-11-04 05:07:00 +00:00
cpu2.h * cgen-engine.h (EXTRACT_MSB0_SINT): Renamed from EXTRACT_MSB0_INT. 2009-11-23 09:37:09 +00:00
cpuall.h * cgen-engine.h (EXTRACT_MSB0_LGSINT, EXTRACT_MSB0_LGUINT): Define. 2009-11-23 04:12:17 +00:00
cpux.c * arch.c: Regenerate. 2009-11-04 05:07:00 +00:00
cpux.h * cgen-engine.h (EXTRACT_MSB0_SINT): Renamed from EXTRACT_MSB0_INT. 2009-11-23 09:37:09 +00:00
decode.c * cgen-engine.h (EXTRACT_MSB0_SINT): Renamed from EXTRACT_MSB0_INT. 2009-11-23 09:37:09 +00:00
decode.h * cgen-engine.h (EXTRACT_MSB0_LGSINT, EXTRACT_MSB0_LGUINT): Define. 2009-11-23 04:12:17 +00:00
decode2.c * cgen-engine.h (EXTRACT_MSB0_SINT): Renamed from EXTRACT_MSB0_INT. 2009-11-23 09:37:09 +00:00
decode2.h * cgen-engine.h (EXTRACT_MSB0_LGSINT, EXTRACT_MSB0_LGUINT): Define. 2009-11-23 04:12:17 +00:00
decodex.c * cgen-engine.h (EXTRACT_MSB0_SINT): Renamed from EXTRACT_MSB0_INT. 2009-11-23 09:37:09 +00:00
decodex.h * cgen-engine.h (EXTRACT_MSB0_LGSINT, EXTRACT_MSB0_LGUINT): Define. 2009-11-23 04:12:17 +00:00
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 * arch.c: Regenerate. 2009-11-04 05:07:00 +00:00
model2.c * arch.c: Regenerate. 2009-11-04 05:07:00 +00:00
modelx.c * arch.c: Regenerate. 2009-11-04 05:07:00 +00:00
sem-switch.c * arch.c: Regenerate. 2009-11-04 05:07:00 +00:00
sem.c * arch.c: Regenerate. 2009-11-04 05:07:00 +00:00
sem2-switch.c * arch.c: Regenerate. 2009-11-04 05:07:00 +00:00
semx-switch.c * arch.c: Regenerate. 2009-11-04 05:07:00 +00:00
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 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
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).