From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28858 invoked by alias); 22 Mar 2007 13:41:22 -0000 Received: (qmail 28463 invoked by uid 22791); 22 Mar 2007 13:40:14 -0000 Received: from return.false.org (HELO return.false.org) (66.207.162.98) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 22 Mar 2007 13:40:14 +0000 Received: from return.false.org (localhost [127.0.0.1]) by return.false.org (Postfix) with ESMTP id 85C894B267; Thu, 22 Mar 2007 08:40:12 -0500 (CDT) Received: from caradoc.them.org (dsl093-172-095.pit1.dsl.speakeasy.net [66.93.172.95]) by return.false.org (Postfix) with ESMTP id 35B044B262; Thu, 22 Mar 2007 08:40:12 -0500 (CDT) Received: from drow by caradoc.them.org with local (Exim 4.63) (envelope-from ) id 1HUNWV-0000Av-Ac; Thu, 22 Mar 2007 09:40:11 -0400 Date: Thu, 22 Mar 2007 13:41:00 -0000 From: Daniel Jacobowitz To: "Maciej W. Rozycki" Cc: gdb-patches@sourceware.org, Nigel Stephens , "Maciej W. Rozycki" Subject: Re: remote-mips.c: Update the prototype of mips_xfer_memory() Message-ID: <20070322134011.GA623@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.14+cvs20070313 (2007-03-13) 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-03/txt/msg00199.txt.bz2 On Thu, Mar 22, 2007 at 01:20:15PM +0000, Maciej W. Rozycki wrote: > Hello, > > The deprecated_xfer_memory() member of "struct target_ops" takes > "gdb_byte *" as the second argument now. This change updates > remote-mips.c accordingly. > > This change should be obvious, though it cannot be tested with the tree > as is, as for whatever reason the file is currently not built in any > configuration. I tested it successfully with the "mipsisa32-sde-elf" > target with a patch that enables this file to be built, which I will > submit later on. > > 2007-03-22 Nigel Stephens > Maciej W. Rozycki > > * remote-mips.c (mips_xfer_memory): Update prototype. > > OK to apply? OK. -- Daniel Jacobowitz CodeSourcery