summaryrefslogtreecommitdiff
path: root/sim/m32r/README
diff options
context:
space:
mode:
authorStan Shebs <shebs@apple.com>1999-04-16 01:35:26 +0000
committerStan Shebs <shebs@apple.com>1999-04-16 01:35:26 +0000
commit14cd51f7793a9ce07bc435069f57269450141363 (patch)
tree280a2da48f771d61be5b451ddbacdf9ef8e9ad13 /sim/m32r/README
downloadgdb-14cd51f7793a9ce07bc435069f57269450141363.tar.gz
Initial revision
Diffstat (limited to 'sim/m32r/README')
-rw-r--r--sim/m32r/README14
1 files changed, 14 insertions, 0 deletions
diff --git a/sim/m32r/README b/sim/m32r/README
new file mode 100644
index 00000000000..bbc3f509fba
--- /dev/null
+++ b/sim/m32r/README
@@ -0,0 +1,14 @@
+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).