From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8159 invoked by alias); 12 Dec 2007 16:34:37 -0000 Received: (qmail 8149 invoked by uid 22791); 12 Dec 2007 16:34:37 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 12 Dec 2007 16:34:31 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id A673E98021; Wed, 12 Dec 2007 16:34:29 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 6CAE598020; Wed, 12 Dec 2007 16:34:29 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.68) (envelope-from ) id 1J2UXU-0003UU-Ej; Wed, 12 Dec 2007 11:34:28 -0500 Date: Wed, 12 Dec 2007 18:36:00 -0000 From: Daniel Jacobowitz To: "Maciej W. Rozycki" Cc: gdb-patches@sourceware.org, Nigel Stephens , "Maciej W. Rozycki" Subject: Re: remote-mips.c: Build fix Message-ID: <20071212163428.GA13402@caradoc.them.org> Mail-Followup-To: "Maciej W. Rozycki" , gdb-patches@sourceware.org, Nigel Stephens , "Maciej W. Rozycki" References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-12-11) 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-12/txt/msg00165.txt.bz2 On Wed, Dec 12, 2007 at 04:26:13PM +0000, Maciej W. Rozycki wrote: > Hello, > > The deprecated_register_valid[] array has been removed and > regcache_set_valid_p() has to be used instead. Following is a fix that > makes remote-mips.c build again. > > 2007-12-12 Nigel Stephens > > * remote-mips.c (mips_load): Use regcache_set_valid_p() instead > of setting deprecated_register_valid array directly. > > OK to apply? OK. -- Daniel Jacobowitz CodeSourcery