From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25096 invoked by alias); 26 Sep 2005 22:33:01 -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 25019 invoked by uid 22791); 26 Sep 2005 22:32:51 -0000 Received: from s142-179-108-108.bc.hsia.telus.net (HELO takamaka.act-europe.fr) (142.179.108.108) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Mon, 26 Sep 2005 22:32:51 +0000 Received: by takamaka.act-europe.fr (Postfix, from userid 507) id C5F1147E74; Mon, 26 Sep 2005 15:32:49 -0700 (PDT) Date: Mon, 26 Sep 2005 22:33:00 -0000 From: Joel Brobecker To: gdb-patches@sources.redhat.com Subject: Re: FYI: Minor ChangeLog correction Message-ID: <20050926223249.GT772@adacore.com> References: <20050926221122.GS772@adacore.com> <20050926221736.GA17762@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050926221736.GA17762@nevyn.them.org> User-Agent: Mutt/1.4i X-SW-Source: 2005-09/txt/msg00237.txt.bz2 > Thanks - except you're both wrong... it's a test, it goes in > testsuite/ChangeLog. ARGH. You're right. I looked at testsuite/ChangeLog, and it appears that this change is already documented there, so I simply removed the two lines: Index: ChangeLog =================================================================== RCS file: /cvs/src/src/gdb/ChangeLog,v retrieving revision 1.7364 diff -u -p -r1.7364 ChangeLog --- ChangeLog 26 Sep 2005 22:09:41 -0000 1.7364 +++ ChangeLog 26 Sep 2005 22:30:05 -0000 @@ -32,8 +32,6 @@ (arm_return_value): New function. (arm_gdbarch_init): Default for VFP float model for EABI binaries. Use set_gdbarch_return_value instead of obsolete functions. - * testsuite/gdb.base/long_long.exp: Exclude eabi targets from arm - FPA float format test. 2005-09-21 Mark Kettenis The associated entry in testsuite/ChangeLog is: 2005-09-26 Paul Brook * long_long.exp: Exclude eabi targets from arm FPA float format test. (the subdirectory name is missing, however, but I did spot other cases where this is missing, so I refrained from fixing something that might have been intentional). -- Joel