From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9302 invoked by alias); 12 Jul 2006 17:16:12 -0000 Received: (qmail 9283 invoked by uid 22791); 12 Jul 2006 17:16:10 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Wed, 12 Jul 2006 17:16:07 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1G0iJg-0006Uo-H6; Wed, 12 Jul 2006 13:16:04 -0400 Date: Wed, 12 Jul 2006 17:16:00 -0000 From: Daniel Jacobowitz To: Wu Zhou Cc: gdb-patches@sourceware.org Subject: Re: [RFC] decimal float point patch based on libdecnumber: testcase Message-ID: <20060712171604.GB24622@nevyn.them.org> Mail-Followup-To: Wu Zhou , gdb-patches@sourceware.org References: <20060711113512.0v0lzmkvnkw88ok0@imap.linux.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060711113512.0v0lzmkvnkw88ok0@imap.linux.ibm.com> User-Agent: Mutt/1.5.11+cvs20060403 X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-07/txt/msg00112.txt.bz2 On Tue, Jul 11, 2006 at 11:35:12AM -0400, Wu Zhou wrote: > Daniel, > > Attached is the revised patch for DFP testcase. Please review. Any > errors, please correct me. Thanks! > > 2006-07-11 Wu Zhou > > * gdb.base/dfp-exprs.exp: New testcase to verify that gdb can > handle dfp constants correctly. > * gdb.base/dfp-test.c: New test file, used for dfp-test.exp. > * gdb.base/dfp-test.exp: New testcase toverify that gdb can handle > dfp related operation. "toverify" -> "to verify". This looks fine! Once we're ready for the rest of the DFP support, feel free to commit this too. -- Daniel Jacobowitz CodeSourcery