You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Mike Frysinger bf12d44ee0 sim: fix the PKGVERSION define 11 years ago
..
ChangeLog sim: fix the PKGVERSION define 11 years ago
Makefile.in sim: move sim-engine.o/sim-hrw.o to the common list 11 years ago
README Initial creation of sourceware repository 27 years ago
TODO Initial creation of sourceware repository 27 years ago
aclocal.m4 sim: rename tconfig.in to tconfig.h 11 years ago
arch.c Update year range in copyright notice of all files owned by the GDB project. 11 years ago
arch.h Update year range in copyright notice of all files owned by the GDB project. 11 years ago
config.in sim: update zlib handling 11 years ago
configure sim: fix the PKGVERSION define 11 years ago
configure.ac sim: Revert "Fix frv/iq2000/m32r/sh64 sim, default hardware to off." 11 years ago
cpu.c Update year range in copyright notice of all files owned by the GDB project. 11 years ago
cpu.h Update year range in copyright notice of all files owned by the GDB project. 11 years ago
cpu2.c Update year range in copyright notice of all files owned by the GDB project. 11 years ago
cpu2.h Update year range in copyright notice of all files owned by the GDB project. 11 years ago
cpuall.h Update year range in copyright notice of all files owned by the GDB project. 11 years ago
cpux.c Update year range in copyright notice of all files owned by the GDB project. 11 years ago
cpux.h Update year range in copyright notice of all files owned by the GDB project. 11 years ago
decode.c Update year range in copyright notice of all files owned by the GDB project. 11 years ago
decode.h Update year range in copyright notice of all files owned by the GDB project. 11 years ago
decode2.c Update year range in copyright notice of all files owned by the GDB project. 11 years ago
decode2.h Update year range in copyright notice of all files owned by the GDB project. 11 years ago
decodex.c Update year range in copyright notice of all files owned by the GDB project. 11 years ago
decodex.h Update year range in copyright notice of all files owned by the GDB project. 11 years ago
devices.c Update year range in copyright notice of all files owned by the GDB project. 11 years ago
m32r-sim.h Update year range in copyright notice of all files owned by the GDB project. 11 years ago
m32r.c Update year range in copyright notice of all files owned by the GDB project. 11 years ago
m32r2.c Update year range in copyright notice of all files owned by the GDB project. 11 years ago
m32rx.c Update year range in copyright notice of all files owned by the GDB project. 11 years ago
mloop.in Update year range in copyright notice of all files owned by the GDB project. 11 years ago
mloop2.in Update year range in copyright notice of all files owned by the GDB project. 11 years ago
mloopx.in Update year range in copyright notice of all files owned by the GDB project. 11 years ago
model.c Update year range in copyright notice of all files owned by the GDB project. 11 years ago
model2.c Update year range in copyright notice of all files owned by the GDB project. 11 years ago
modelx.c Update year range in copyright notice of all files owned by the GDB project. 11 years ago
sem-switch.c Update year range in copyright notice of all files owned by the GDB project. 11 years ago
sem.c Update year range in copyright notice of all files owned by the GDB project. 11 years ago
sem2-switch.c Update year range in copyright notice of all files owned by the GDB project. 11 years ago
semx-switch.c Update year range in copyright notice of all files owned by the GDB project. 11 years ago
sim-if.c sim: m32r: drop duplicate dv_sockser_install call 11 years ago
sim-main.h Add support for m32r-linux target, including a RELA ABI and PIC. 23 years ago
syscall.h 2004-12-09 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com> 22 years ago
tconfig.h sim: rename tconfig.in to tconfig.h 11 years ago
traps-linux.c Update year range in copyright notice of all files owned by the GDB project. 11 years ago
traps.c Update year range in copyright notice of all files owned by the GDB project. 11 years ago

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).