From 1ffc2cc7d714d7287128de0ed813e45d6ce2bd80 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Fri, 23 Mar 2001 09:45:55 +0000 Subject: [PATCH] 2001-03-23 Ben Elliston * cgen-gas.scm: Inline documentation improvements. --- ChangeLog | 4 ++++ cgen-gas.scm | 9 ++++----- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index df24d3c..573c807 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-03-23 Ben Elliston + + * cgen-gas.scm: Inline documentation improvements. + 2001-03-21 Ben Elliston * opc-itab.scm (compute-syntax): Emit a parse error if an operand diff --git a/cgen-gas.scm b/cgen-gas.scm index c6d3b94..4f84a04 100644 --- a/cgen-gas.scm +++ b/cgen-gas.scm @@ -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 " + (list '-B "file" "generate build script in " (lambda (arg) (file-write arg cgen-build.sh))) (list '-E "file" "generate allinsn.exp in " (lambda (arg) (file-write arg cgen-allinsn.exp))) -- 2.43.5