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
..
aclocal.m4
arch.c sim: move MACH/MODEL types into SIM_xxx namespace 2015-12-25 04:24:06 -05:00
arch.h
ChangeLog sim: unify sim-hload 2015-12-27 00:54:41 -05: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
cpu2.c
cpu2.h
cpu.c
cpu.h
cpuall.h sim: move MACH/MODEL types into SIM_xxx namespace 2015-12-25 04:24:06 -05:00
cpux.c
cpux.h
decode2.c
decode2.h
decode.c
decode.h
decodex.c
decodex.h
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
m32r2.c
m32r-sim.h sim: m32r: migrate from WITH_DEVICES to WITH_HW 2015-12-25 13:09:42 -05:00
m32r.c
m32rx.c
Makefile.in sim: unify sim-hload 2015-12-27 00:54:41 -05:00
mloop2.in
mloop.in
mloopx.in
model2.c sim: move MACH/MODEL types into SIM_xxx namespace 2015-12-25 04:24:06 -05:00
model.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
README
sem2-switch.c
sem-switch.c
sem.c
semx-switch.c
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
TODO
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

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