From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27419 invoked by alias); 5 May 2006 23:21:10 -0000 Received: (qmail 27411 invoked by uid 22791); 5 May 2006 23:21: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; Fri, 05 May 2006 23:21:09 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1Fc9bf-0002eR-HS; Fri, 05 May 2006 19:21:07 -0400 Date: Fri, 05 May 2006 23:21:00 -0000 From: Daniel Jacobowitz To: "David S. Miller" Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH]: Fix gdb.mi/mi-regs.exp Message-ID: <20060505232107.GA10160@nevyn.them.org> Mail-Followup-To: "David S. Miller" , gdb-patches@sources.redhat.com References: <20060408.212133.118535055.davem@davemloft.net> <20060505200645.GR31029@nevyn.them.org> <20060505.161504.128791881.davem@davemloft.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060505.161504.128791881.davem@davemloft.net> User-Agent: Mutt/1.5.8i 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-05/txt/msg00126.txt.bz2 On Fri, May 05, 2006 at 04:15:04PM -0700, David S. Miller wrote: > I went back to this to push these changes to the mi2-regs.exp test > case, but I ran into a problem. > > Is $decimal supposed to match negative numbers? It seems that if > I mark a register value as expected to be $decimal, then negative > numbers such as -358127 do not match. No, I don't think so. So just use "-?$decimal"? -- Daniel Jacobowitz CodeSourcery