From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17020 invoked by alias); 31 Dec 2011 03:39:19 -0000 Received: (qmail 17012 invoked by uid 22791); 31 Dec 2011 03:39:18 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 31 Dec 2011 03:39:06 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 647C92BB225; Fri, 30 Dec 2011 22:39:05 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id f2CyaQu1tkgk; Fri, 30 Dec 2011 22:39:05 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id EF5472BB223; Fri, 30 Dec 2011 22:39:04 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id DBFCA145615; Sat, 31 Dec 2011 07:38:56 +0400 (RET) Date: Sat, 31 Dec 2011 07:05:00 -0000 From: Joel Brobecker To: Paul Hilfinger Cc: gdb-patches@sourceware.org Subject: Re: [RFA] Add testcase for locals identified with FUNCTION::VAR syntax. Message-ID: <20111231033856.GC13974@adacore.com> References: <20111230215407.B6DB13FEE8@kwai.gnat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20111230215407.B6DB13FEE8@kwai.gnat.com> User-Agent: Mutt/1.5.20 (2009-06-14) Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2011-12/txt/msg00913.txt.bz2 Hi Paul, > diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog > index 91b9487..ef85468 100644 > --- a/gdb/testsuite/ChangeLog > +++ b/gdb/testsuite/ChangeLog > @@ -1,3 +1,12 @@ > +2011-12-30 Paul Hilfinger > + > + * gdb.base/recpar.exp: Use standard definitions ($decimal, $hex) > + in place of local ones. > + > +2011-12-27 Paul Hilfinger > + > + * gdb.base/recpar.c, gdb.base/recpar.exp: New files. > + > 2011-12-30 Edjunior Machado In the ChangeLog file, I would merge these two entries. I think that the ChangeLog is meant to track the changes in the repository, and does not need to track the iterations that the patch went through during review... -- Joel