diff options
author | Stan Shebs <shebs@apple.com> | 1999-04-16 01:35:26 +0000 |
---|---|---|
committer | Stan Shebs <shebs@apple.com> | 1999-04-16 01:35:26 +0000 |
commit | 14cd51f7793a9ce07bc435069f57269450141363 (patch) | |
tree | 280a2da48f771d61be5b451ddbacdf9ef8e9ad13 /sim/m32r/README | |
download | gdb-14cd51f7793a9ce07bc435069f57269450141363.tar.gz |
Initial revision
Diffstat (limited to 'sim/m32r/README')
-rw-r--r-- | sim/m32r/README | 14 |
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). |