From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24362 invoked by alias); 5 Sep 2008 14:00:05 -0000 Received: (qmail 24351 invoked by uid 22791); 5 Sep 2008 14:00:04 -0000 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 05 Sep 2008 13:59:30 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 430C32A96B6; Fri, 5 Sep 2008 09:59:28 -0400 (EDT) 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 fDQuzcxqzrLr; Fri, 5 Sep 2008 09:59:28 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 0C23F2A9692; Fri, 5 Sep 2008 09:59:27 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id ED84AE7ACD; Fri, 5 Sep 2008 15:59:25 +0200 (CEST) Date: Fri, 05 Sep 2008 14:00:00 -0000 From: Joel Brobecker To: Thiago Jung Bauermann Cc: gdb-patches ml Subject: Re: [rfc] add ppc testcase to test fpscr Message-ID: <20080905135925.GD26618@adacore.com> References: <20080821233115.GA1239@caradoc.them.org> <1219362081.29526.2.camel@localhost.localdomain> <20080822024659.GA12951@caradoc.them.org> <1219428669.8167.2.camel@localhost.localdomain> <20080902215458.GB25623@caradoc.them.org> <1220472745.9671.13.camel@localhost.localdomain> <20080903210054.GA8670@caradoc.them.org> <1220491492.9671.17.camel@localhost.localdomain> <20080905001213.GB26618@adacore.com> <1220585825.19809.4.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1220585825.19809.4.camel@localhost.localdomain> User-Agent: Mutt/1.4.2.2i 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: 2008-09/txt/msg00099.txt.bz2 > > > + verbose "Skipping powerpc floating point register tests." > > > + verbose -log "Skipping powerpc floating point register tests." > > > > I searched throughout the gdb.base directory, and I found only uses > > of verbose without -log. In testsuite/lib, I saw uses of both forms, > > but never at the same time... > > No reason. I probably copied the wrong example. I can remove either of > them, at will. :-) Let's remove the second one, then. -- Joel