OSDN Git Service

2000-11-02 Ben Elliston <bje@redhat.com>
authorbje <bje>
Wed, 1 Nov 2000 21:35:13 +0000 (21:35 +0000)
committerbje <bje>
Wed, 1 Nov 2000 21:35:13 +0000 (21:35 +0000)
* doc/porting.texi (Building a GAS test suite): Document my change
to gas-build.sh.

cgen/ChangeLog
cgen/doc/porting.texi

index 8d67f74..02a01d2 100644 (file)
@@ -1,3 +1,8 @@
+2000-11-02  Ben Elliston  <bje@redhat.com>
+
+       * doc/porting.texi (Building a GAS test suite): Document my change
+       to gas-build.sh.
+
 2000-11-01  Ben Elliston  <bje@redhat.com>
 
        * sim-test.scm (cgen-build.sh): Include "-*- Asm -*-" in test cases.
index 551953e..cb595c2 100644 (file)
@@ -647,10 +647,13 @@ save the enormous amount of initial typing that is required.
 @item @code{make gas-test}
 
 At this point two files have been created in the CGEN build directory:
-@file{gas-allinsn.exp} and @file{gas-build.sh}.
+@file{gas-allinsn.exp} and @file{gas-build.sh}.  The @file{gas-build.sh}
+script normally requires one command line argument: the location of your
+@file{gas} build directory.  If this argument is omitted, the script
+searches in @file{../gas} automatically.
 
 @item Copy @file{gas-allinsn.exp} to @file{devo/gas/testsuite/gas/<arch>/allinsn.exp}.
-@item @code{sh gas-build.sh $build/gas}
+@item @code{sh gas-build.sh}
 
 At this point directory tmpdir contains two files: @file{allinsn.s} and
 @file{allinsn.d}.  File @file{allinsn.d} usually needs a bit of massaging.