binutils-gdb/sim/m32r
Mike Frysinger 5e744ef887 sim: unify sim-hload
Pretty much all targets are using this module already, so add it to the
common list of objects.  The only oddball out here is cris and that's
because it supports loading via an offset for all the phdrs.  We drop
support for that.
2015-12-27 00:54:41 -05:00
..
ChangeLog sim: unify sim-hload 2015-12-27 00:54:41 -05:00
Makefile.in sim: unify sim-hload 2015-12-27 00:54:41 -05:00
README
TODO
aclocal.m4 sim: rename tconfig.in to tconfig.h 2015-03-16 01:23:52 -04:00
arch.c sim: move MACH/MODEL types into SIM_xxx namespace 2015-12-25 04:24:06 -05: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
config.in sim: punt WITH_DEVICES & tconfig.h support 2015-12-26 20:38:31 -05:00
configure sim: punt WITH_DEVICES & tconfig.h support 2015-12-26 20:38:31 -05:00
configure.ac sim: m32r: migrate from WITH_DEVICES to WITH_HW 2015-12-25 13:09:42 -05: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 sim: move MACH/MODEL types into SIM_xxx namespace 2015-12-25 04:24:06 -05: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 sim: cgen: namespace custom trace functions 2015-06-12 04:19:45 -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 sim: cgen: namespace custom trace functions 2015-06-12 04:19:45 -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 sim: cgen: namespace custom trace functions 2015-06-12 04:19:45 -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
dv-m32r_cache.c sim: m32r: migrate from WITH_DEVICES to WITH_HW 2015-12-25 13:09:42 -05:00
dv-m32r_cache.h sim: m32r: migrate from WITH_DEVICES to WITH_HW 2015-12-25 13:09:42 -05:00
dv-m32r_uart.c sim: m32r: migrate from WITH_DEVICES to WITH_HW 2015-12-25 13:09:42 -05:00
dv-m32r_uart.h sim: m32r: migrate from WITH_DEVICES to WITH_HW 2015-12-25 13:09:42 -05:00
m32r-sim.h sim: m32r: migrate from WITH_DEVICES to WITH_HW 2015-12-25 13:09:42 -05: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
mloop.in sim: cgen: namespace custom trace functions 2015-06-12 04:19:45 -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 sim: move MACH/MODEL types into SIM_xxx namespace 2015-12-25 04:24:06 -05:00
model2.c sim: move MACH/MODEL types into SIM_xxx namespace 2015-12-25 04:24:06 -05:00
modelx.c sim: move MACH/MODEL types into SIM_xxx namespace 2015-12-25 04:24:06 -05:00
sem-switch.c sim: cgen: namespace custom trace functions 2015-06-12 04:19:45 -04:00
sem.c sim: cgen: namespace custom trace functions 2015-06-12 04:19:45 -04:00
sem2-switch.c sim: cgen: namespace custom trace functions 2015-06-12 04:19:45 -04:00
semx-switch.c sim: cgen: namespace custom trace functions 2015-06-12 04:19:45 -04:00
sim-if.c sim: standardize sim_create_inferior handling of argv a bit more 2015-12-26 07:19:07 -05:00
sim-main.h sim: move WITH_SCACHE_PBB to sim-main.h 2015-12-25 02:42:03 -05:00
syscall.h 2004-12-09 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com> 2004-12-09 00:47:45 +00:00
traps-linux.c sim: delete old breakpoint code 2015-12-24 20:19:13 -05:00
traps.c sim: delete old breakpoint code 2015-12-24 20:19:13 -05: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).