From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13924 invoked by alias); 2 Oct 2007 16:13:39 -0000 Received: (qmail 13915 invoked by uid 22791); 2 Oct 2007 16:13:39 -0000 X-Spam-Check-By: sourceware.org Received: from cerber.ds.pg.gda.pl (HELO cerber.ds.pg.gda.pl) (153.19.208.18) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 02 Oct 2007 16:13:37 +0000 Received: from localhost (unknown [127.0.0.17]) by cerber.ds.pg.gda.pl (Postfix) with ESMTP id 3F88440040; Tue, 2 Oct 2007 18:13:36 +0200 (CEST) Received: from cerber.ds.pg.gda.pl ([153.19.208.18]) by localhost (cerber.ds.pg.gda.pl [153.19.208.18]) (amavisd-new, port 10024) with ESMTP id AJSN+YKovv1S; Tue, 2 Oct 2007 18:13:29 +0200 (CEST) Received: from piorun.ds.pg.gda.pl (piorun.ds.pg.gda.pl [153.19.208.8]) by cerber.ds.pg.gda.pl (Postfix) with ESMTP id CBA5840124; Tue, 2 Oct 2007 18:13:28 +0200 (CEST) Received: from blysk.ds.pg.gda.pl (macro@blysk.ds.pg.gda.pl [153.19.208.6]) by piorun.ds.pg.gda.pl (8.13.8/8.13.8) with ESMTP id l92GDWYR009160; Tue, 2 Oct 2007 18:13:32 +0200 Date: Tue, 02 Oct 2007 16:13:00 -0000 From: "Maciej W. Rozycki" To: Daniel Jacobowitz cc: gdb-patches@sourceware.org Subject: Re: [commit] MIPS virtual frame pointer, info float In-Reply-To: <20071002151652.GA23302@caradoc.them.org> Message-ID: References: <20071002151652.GA23302@caradoc.them.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Status: Clean X-IsSubscribed: yes 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: 2007-10/txt/msg00016.txt.bz2 On Tue, 2 Oct 2007, Daniel Jacobowitz wrote: > We were checking the difference between the current register and the > saved f0 regnum. But there's an extra NUM_REGS involved, so if > NUM_REGS happens to be odd.... Oh, that thing! Thanks for fixing it, though I have some changes in this area in my queue as well. ;-) Now I need to catch up after your recent watchpoint revamp... Maciej