old-cross-binutils/sim/m32r
Mike Frysinger f95f4ed2c4 sim: cris/frv/h8300/iq2000/lm32/m32r/sh64: standardize cpu state
This sets up the sim_state structure and the cpu member to match what we
do in most other sims, and what the common code suggests.  This is a step
to unifying on the sim-cpu.o object.
2015-04-15 01:25:32 -04:00
..
aclocal.m4 sim: rename tconfig.in to tconfig.h 2015-03-16 01:23:52 -04:00
arch.c Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
arch.h Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
ChangeLog sim: cris/frv/h8300/iq2000/lm32/m32r/sh64: standardize cpu state 2015-04-15 01:25:32 -04:00
config.in sim: update zlib handling 2015-04-01 01:07:57 -04:00
configure sim: fix the PKGVERSION define 2015-04-13 02:41:10 -04:00
configure.ac sim: Revert "Fix frv/iq2000/m32r/sh64 sim, default hardware to off." 2015-03-24 00:16:42 -04:00
cpu.c Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
cpu.h Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
cpu2.c Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
cpu2.h Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
cpuall.h Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
cpux.c Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
cpux.h Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
decode.c Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
decode.h Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
decode2.c Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
decode2.h Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
decodex.c Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
decodex.h Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
devices.c Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
m32r-sim.h Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
m32r.c Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
m32r2.c Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
m32rx.c Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
Makefile.in sim: move sim-engine.o/sim-hrw.o to the common list 2015-04-06 23:56:47 -04:00
mloop.in Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
mloop2.in Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
mloopx.in Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
model.c Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
model2.c Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
modelx.c Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
README
sem-switch.c Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
sem.c Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
sem2-switch.c Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
semx-switch.c Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
sim-if.c sim: m32r: drop duplicate dv_sockser_install call 2015-03-24 00:26:31 -04:00
sim-main.h sim: cris/frv/h8300/iq2000/lm32/m32r/sh64: standardize cpu state 2015-04-15 01:25:32 -04:00
syscall.h 2004-12-09 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com> 2004-12-09 00:47:45 +00:00
tconfig.h sim: rename tconfig.in to tconfig.h 2015-03-16 01:23:52 -04:00
TODO
traps-linux.c Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
traps.c Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00

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