From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11708 invoked by alias); 9 Sep 2003 22:50:10 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 11689 invoked from network); 9 Sep 2003 22:50:06 -0000 Received: from unknown (HELO touchme.toronto.redhat.com) (207.219.125.105) by sources.redhat.com with SMTP; 9 Sep 2003 22:50:06 -0000 Received: from redhat.com (topaz.toronto.redhat.com [172.16.14.227]) by touchme.toronto.redhat.com (Postfix) with ESMTP id 93377800348; Tue, 9 Sep 2003 18:50:05 -0400 (EDT) Message-ID: <3F5E591D.8070901@redhat.com> Date: Tue, 09 Sep 2003 22:50:00 -0000 From: Dave Brolley Organization: Red Hat Canada, Ltd User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.2) Gecko/20021216 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Dave Brolley Cc: gdb-patches@sources.redhat.com Subject: Re: [patch][rfa] sim/testsuite/lib/sim-defs.exp - Allow multiline comments at the start of test cases References: <3F4FB1C1.4090306@redhat.com> <3F5771B7.8050308@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-09/txt/msg00187.txt.bz2 Dave Brolley wrote: > cgd@broadcom.com wrote: > >> At Fri, 29 Aug 2003 20:04:27 +0000 (UTC), "Dave Brolley" wrote: >> >> >>> ! # Allow arbitrary comments as first few lines line of file. >>> ! set seen_opt 0 >>> >> >> >> err, it's not just the "first few lines" (even w/o the extra "line") >> is it? >> >> It's "Allow comments until the first option is seen." or some such, >> right? >> >> > Any more comments on this patch? I would like to commit it. I've commited this as something obvious and useful. Dave