From 1b048670a6e89224770ba89189c55f6a9f153f3e Mon Sep 17 00:00:00 2001 From: bje Date: Wed, 1 Nov 2000 21:35:13 +0000 Subject: [PATCH] 2000-11-02 Ben Elliston * doc/porting.texi (Building a GAS test suite): Document my change to gas-build.sh. --- cgen/ChangeLog | 5 +++++ cgen/doc/porting.texi | 7 +++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/cgen/ChangeLog b/cgen/ChangeLog index 8d67f74271..02a01d222d 100644 --- a/cgen/ChangeLog +++ b/cgen/ChangeLog @@ -1,3 +1,8 @@ +2000-11-02 Ben Elliston + + * doc/porting.texi (Building a GAS test suite): Document my change + to gas-build.sh. + 2000-11-01 Ben Elliston * sim-test.scm (cgen-build.sh): Include "-*- Asm -*-" in test cases. diff --git a/cgen/doc/porting.texi b/cgen/doc/porting.texi index 551953ee84..cb595c2bc9 100644 --- a/cgen/doc/porting.texi +++ b/cgen/doc/porting.texi @@ -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//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. -- 2.11.0