]> sourceware.org Git - cgen.git/commitdiff
2001-03-23 Ben Elliston <bje@redhat.com>
authorBen Elliston <bje@air.not.au>
Fri, 23 Mar 2001 09:45:55 +0000 (09:45 +0000)
committerBen Elliston <bje@air.not.au>
Fri, 23 Mar 2001 09:45:55 +0000 (09:45 +0000)
* cgen-gas.scm: Inline documentation improvements.

ChangeLog
cgen-gas.scm

index df24d3ceb187cc2590f6187ff55afb1cba794f1a..573c8079ecbb1ba5d1bbc35afb84c7ca624dc293 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-03-23  Ben Elliston  <bje@redhat.com>
+
+       * cgen-gas.scm: Inline documentation improvements.
+
 2001-03-21  Ben Elliston  <bje@redhat.com>
 
        * opc-itab.scm (compute-syntax): Emit a parse error if an operand
index c6d3b945466507d9939143f599cda01733285361..4f84a041b1c6862df3bd8f9111bcf49fbb115590 100644 (file)
@@ -1,10 +1,9 @@
 ; CPU description file generator for the GAS testsuite.
-; Copyright (C) 2000 Red Hat, Inc.
+; Copyright (C) 2000, 2001 Red Hat, Inc.
 ; This file is part of CGEN.
 
-; This is invoked to build several .s files and a script to run to
-; generate the .d files and .exp file.
-; This is invoked to build: tmp-build.sh cpu-cpu.exp
+; This is invoked to build several .s files and a "build script",
+; which generates the .d files and .exp DejaGNU test case.
 
 ; Load the various support routines.
 
@@ -25,7 +24,7 @@
 
 (define gas-arguments
   (list
-   (list '-B "file" "generate build.sh in <file>"
+   (list '-B "file" "generate build script in <file>"
         (lambda (arg) (file-write arg cgen-build.sh)))
    (list '-E "file" "generate allinsn.exp in <file>"
         (lambda (arg) (file-write arg cgen-allinsn.exp)))
This page took 0.029982 seconds and 5 git commands to generate.