From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12985 invoked by alias); 26 Sep 2005 22:11:37 -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 12858 invoked by uid 22791); 26 Sep 2005 22:11:24 -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:11:24 +0000 Received: by takamaka.act-europe.fr (Postfix, from userid 507) id 81AD447E74; Mon, 26 Sep 2005 15:11:22 -0700 (PDT) Date: Mon, 26 Sep 2005 22:11:00 -0000 From: Joel Brobecker To: gdb-patches@sources.redhat.com Subject: FYI: Minor ChangeLog correction Message-ID: <20050926221122.GS772@adacore.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i X-SW-Source: 2005-09/txt/msg00234.txt.bz2 Hello, Not sure how to report this. I think think I needed to add a ChangeLog entry to that ChangeLog correction ;-). Anyway, just to document on this mailing-list the fact that I saw this tiny error in the name of the directory when long_long.exp is, and corrected it. Index: ChangeLog =================================================================== RCS file: /cvs/src/src/gdb/ChangeLog,v retrieving revision 1.7363 diff -u -p -r1.7363 ChangeLog --- ChangeLog 26 Sep 2005 21:40:33 -0000 1.7363 +++ ChangeLog 26 Sep 2005 22:08:47 -0000 @@ -32,8 +32,8 @@ (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/long_long.exp: Exclude eabi targets from arm FPA float - format test. + * testsuite/gdb.base/long_long.exp: Exclude eabi targets from arm + FPA float format test. 2005-09-21 Mark Kettenis -- Joel