Files
binutils-gdb/sim/m32r
Mike Frysinger f0c1b768b4 sim: move WITH_SCACHE_PBB to sim-main.h
This helps us break up tconfig.h more.  Any file using this define should
be pulling in sim-main.h already, so things should continue working.
2015-12-25 02:42:03 -05:00
..
2015-03-16 01:23:52 -04:00
2015-04-01 01:07:57 -04:00
2015-06-23 15:02:08 -04:00
2015-12-25 02:18:16 -05:00
2015-11-15 02:30:19 -05:00
2015-12-24 20:19:13 -05:00
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).