old-cross-binutils/sim/m32r
Joel Brobecker 51b318dec8 [sim] Update old contact info in GPL license notices
sim/ChangeLog:

        Update old contact info in GPL license notices.
2012-12-19 07:18:22 +00:00
..
aclocal.m4 [PATCH] sim: make sure to include strsignal prototype 2012-03-24 05:38:43 +00:00
arch.c [sim] Update old contact info in GPL license notices 2012-12-19 07:18:22 +00:00
arch.h [sim] Update old contact info in GPL license notices 2012-12-19 07:18:22 +00:00
ChangeLog Define PACKAGE macro in all sims' config.h. 2012-06-15 17:20:10 +00:00
config.in Define PACKAGE macro in all sims' config.h. 2012-06-15 17:20:10 +00:00
configure Fix sim build when configured with --enable-plugins 2012-11-20 14:41:26 +00:00
configure.ac sim: rename common/aclocal.m4 to common/acinclude.m4 2011-10-18 00:31:00 +00:00
cpu.c [sim] Update old contact info in GPL license notices 2012-12-19 07:18:22 +00:00
cpu.h [sim] Update old contact info in GPL license notices 2012-12-19 07:18:22 +00:00
cpu2.c [sim] Update old contact info in GPL license notices 2012-12-19 07:18:22 +00:00
cpu2.h [sim] Update old contact info in GPL license notices 2012-12-19 07:18:22 +00:00
cpuall.h [sim] Update old contact info in GPL license notices 2012-12-19 07:18:22 +00:00
cpux.c [sim] Update old contact info in GPL license notices 2012-12-19 07:18:22 +00:00
cpux.h [sim] Update old contact info in GPL license notices 2012-12-19 07:18:22 +00:00
decode.c [sim] Update old contact info in GPL license notices 2012-12-19 07:18:22 +00:00
decode.h [sim] Update old contact info in GPL license notices 2012-12-19 07:18:22 +00:00
decode2.c [sim] Update old contact info in GPL license notices 2012-12-19 07:18:22 +00:00
decode2.h [sim] Update old contact info in GPL license notices 2012-12-19 07:18:22 +00:00
decodex.c [sim] Update old contact info in GPL license notices 2012-12-19 07:18:22 +00:00
decodex.h [sim] Update old contact info in GPL license notices 2012-12-19 07:18:22 +00:00
devices.c Copyright year update in most files of the GDB Project. 2012-01-04 08:28:28 +00:00
m32r-sim.h Copyright year update in most files of the GDB Project. 2012-01-04 08:28:28 +00:00
m32r.c Copyright year update in most files of the GDB Project. 2012-01-04 08:28:28 +00:00
m32r2.c Copyright year update in most files of the GDB Project. 2012-01-04 08:28:28 +00:00
m32rx.c Copyright year update in most files of the GDB Project. 2012-01-04 08:28:28 +00:00
Makefile.in Copyright year update in most files of the GDB Project. 2012-01-04 08:28:28 +00:00
mloop.in Copyright year update in most files of the GDB Project. 2012-01-04 08:28:28 +00:00
mloop2.in Copyright year update in most files of the GDB Project. 2012-01-04 08:28:28 +00:00
mloopx.in Copyright year update in most files of the GDB Project. 2012-01-04 08:28:28 +00:00
model.c [sim] Update old contact info in GPL license notices 2012-12-19 07:18:22 +00:00
model2.c [sim] Update old contact info in GPL license notices 2012-12-19 07:18:22 +00:00
modelx.c [sim] Update old contact info in GPL license notices 2012-12-19 07:18:22 +00:00
README
sem-switch.c [sim] Update old contact info in GPL license notices 2012-12-19 07:18:22 +00:00
sem.c [sim] Update old contact info in GPL license notices 2012-12-19 07:18:22 +00:00
sem2-switch.c [sim] Update old contact info in GPL license notices 2012-12-19 07:18:22 +00:00
semx-switch.c [sim] Update old contact info in GPL license notices 2012-12-19 07:18:22 +00:00
sim-if.c Copyright year update in most files of the GDB Project. 2012-01-04 08:28:28 +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
TODO
traps-linux.c sim: add a proper sim_core_trans_addr prototype 2012-03-26 02:18:43 +00:00
traps.c Copyright year update in most files of the GDB Project. 2012-01-04 08:28:28 +00: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).