binutils-gdb/sim/m32r
Joel Sherrill 94c63d78f6 2013-03-23 Joel Sherrill <joel.sherrill@oarcorp.com>
* configure.ac: Fail if dv-sockser.o not available.
	Error when --disable-sim-hardware is specified.
	* configure: Regenerated.
2013-03-23 15:07:30 +00:00
..
ChangeLog 2013-03-23 Joel Sherrill <joel.sherrill@oarcorp.com> 2013-03-23 15:07:30 +00:00
Makefile.in Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
README
TODO
aclocal.m4 [PATCH] sim: make sure to include strsignal prototype 2012-03-24 05:38:43 +00:00
arch.c Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
arch.h Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
config.in Define PACKAGE macro in all sims' config.h. 2012-06-15 17:20:10 +00:00
configure 2013-03-23 Joel Sherrill <joel.sherrill@oarcorp.com> 2013-03-23 15:07:30 +00:00
configure.ac 2013-03-23 Joel Sherrill <joel.sherrill@oarcorp.com> 2013-03-23 15:07:30 +00:00
cpu.c Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
cpu.h Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
cpu2.c Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
cpu2.h Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
cpuall.h Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
cpux.c Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
cpux.h Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
decode.c Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
decode.h Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
decode2.c Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
decode2.h Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
decodex.c Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
decodex.h Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
devices.c Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
m32r-sim.h Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
m32r.c Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
m32r2.c Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
m32rx.c Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
mloop.in Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
mloop2.in Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
mloopx.in Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
model.c Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
model2.c Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
modelx.c Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
sem-switch.c Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
sem.c Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
sem2-switch.c Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
semx-switch.c Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
sim-if.c Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
sim-main.h
syscall.h
tconfig.in
traps-linux.c Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
traps.c Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +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).