From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23967 invoked by alias); 8 Dec 2011 08:31:30 -0000 Received: (qmail 23956 invoked by uid 22791); 8 Dec 2011 08:31:30 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 08 Dec 2011 08:31:16 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 02C662BAFCA; Thu, 8 Dec 2011 03:31:16 -0500 (EST) 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 dCJboFsVTUEN; Thu, 8 Dec 2011 03:31:15 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id CC7112BAFB9; Thu, 8 Dec 2011 03:31:15 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 69C20145615; Thu, 8 Dec 2011 00:31:13 -0800 (PST) Date: Thu, 08 Dec 2011 08:37:00 -0000 From: Joel Brobecker To: "Maciej W. Rozycki" Cc: gdb-patches@sourceware.org Subject: Re: [PATCH] MIPS/Linux: Update the number of pseudo registers too Message-ID: <20111208083113.GH21915@adacore.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) 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: 2011-12/txt/msg00253.txt.bz2 > Similarly to the previous general MIPS change (pc_regnum and sp_regnum) > the Linux backend needs to update the number of pseudo registers as it > adds the "restart" register. No regressions in mips-linux-gnu testing > (native and remote). OK to apply? I don't understand this one. Isn't the register added to the list of normal registers, rather than pseudo registers? > 2011-12-06 Maciej W. Rozycki > > gdb/ > * mips-linux-tdep.c (mips_linux_init_abi): Set num_pseudo_regs > too. -- Joel