From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14013 invoked by alias); 13 Jun 2007 19:01:51 -0000 Received: (qmail 14005 invoked by uid 22791); 13 Jun 2007 19:01:50 -0000 X-Spam-Check-By: sourceware.org Received: from nile.gnat.com (HELO nile.gnat.com) (205.232.38.5) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 13 Jun 2007 19:01:44 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-nile.gnat.com (Postfix) with ESMTP id 6345248CFBA; Wed, 13 Jun 2007 15:01:39 -0400 (EDT) Received: from nile.gnat.com ([127.0.0.1]) by localhost (nile.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 04928-01-8; Wed, 13 Jun 2007 15:01:39 -0400 (EDT) Received: from joel.gnat.com (unknown [70.71.0.212]) by nile.gnat.com (Postfix) with ESMTP id 1011248CFAC; Wed, 13 Jun 2007 15:01:39 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id E6376E7B4F; Wed, 13 Jun 2007 12:03:08 -0700 (PDT) Date: Wed, 13 Jun 2007 19:01:00 -0000 From: Joel Brobecker To: Ulrich Weigand Cc: gdb-patches@sourceware.org Subject: Re: [1/3] Remove gdbarch-swapping of remote_address_masked Message-ID: <20070613190308.GA21293@adacore.com> References: <200706082322.l58NMZAD019415@d12av02.megacenter.de.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200706082322.l58NMZAD019415@d12av02.megacenter.de.ibm.com> User-Agent: Mutt/1.4.2.2i 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-06/txt/msg00260.txt.bz2 Ulrich, > -static void > -build_remote_gdbarch_data (void) > -{ > - remote_address_size = TARGET_ADDR_BIT; > -} > - I just noticed by accident that there is a declaration of this function that should be removed as well: static void build_remote_gdbarch_data (void); Cheers, -- Joel