From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18993 invoked by alias); 10 May 2006 20:47:20 -0000 Received: (qmail 18985 invoked by uid 22791); 10 May 2006 20:47:20 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 10 May 2006 20:47:18 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k4AKlGQB009725 for ; Wed, 10 May 2006 16:47:16 -0400 Received: from pobox.toronto.redhat.com (pobox.toronto.redhat.com [172.16.14.4]) by int-mx1.corp.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k4AKlFcG013735 for ; Wed, 10 May 2006 16:47:16 -0400 Received: from [172.16.14.227] (IDENT:5q9V/yBUyCMe3a2plhB5LJlHvN458/ko@topaz.toronto.redhat.com [172.16.14.227]) by pobox.toronto.redhat.com (8.12.8/8.12.8) with ESMTP id k4AKlFAc007952 for ; Wed, 10 May 2006 16:47:15 -0400 Message-ID: <44625153.60906@redhat.com> Date: Wed, 10 May 2006 20:47:00 -0000 From: Dave Brolley User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050317) MIME-Version: 1.0 To: sid@sources.redhat.com Subject: [patch][commit] Correct Comment in sid/component/cgen-cpu/CGEN.sh.in Content-Type: multipart/mixed; boundary="------------050802010007090509080602" X-IsSubscribed: yes Mailing-List: contact sid-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: sid-owner@sourceware.org X-SW-Source: 2006-q2/txt/msg00021.txt.bz2 This is a multi-part message in MIME format. --------------050802010007090509080602 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-length: 104 Hi, I've committed the attached patch which corrects the Usage comment in this script template. Dave --------------050802010007090509080602 Content-Type: text/plain; name="CGEN.sh.ChangeLog" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="CGEN.sh.ChangeLog" Content-length: 87 2006-05-10 Dave Brolley * CGEN.sh.in: Correct usage comment. --------------050802010007090509080602 Content-Type: text/plain; name="CGEN.sh.patch.txt" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="CGEN.sh.patch.txt" Content-length: 790 Index: sid/component/cgen-cpu/CGEN.sh.in =================================================================== RCS file: /cvs/cvsfiles/devo/sid/component/cgen-cpu/CGEN.sh.in,v retrieving revision 1.9 diff -c -p -r1.9 CGEN.sh.in *** sid/component/cgen-cpu/CGEN.sh.in 21 Feb 2005 09:11:37 -0000 1.9 --- sid/component/cgen-cpu/CGEN.sh.in 5 May 2006 22:55:47 -0000 *************** *** 2,8 **** # Generate CGEN simulator files. # # Usage: /bin/sh cgen.sh cpu-decode srcdir \ ! # cgen cgendir cgenflags \ # arch archflags cpu isa mach prefix file-prefix \ # arch-file file-specs # --- 2,8 ---- # Generate CGEN simulator files. # # Usage: /bin/sh cgen.sh cpu-decode srcdir \ ! # cgendir cgenflags \ # arch archflags cpu isa mach prefix file-prefix \ # arch-file file-specs # --------------050802010007090509080602--