From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8774 invoked by alias); 28 Apr 2005 18:16:44 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 8376 invoked from network); 28 Apr 2005 18:16:33 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 28 Apr 2005 18:16:33 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j3SIGX7t024782 for ; Thu, 28 Apr 2005 14:16:33 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j3SIGXO09214 for ; Thu, 28 Apr 2005 14:16:33 -0400 Received: from localhost.localdomain (vpn50-19.rdu.redhat.com [172.16.50.19]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id j3SIGW1K012856 for ; Thu, 28 Apr 2005 14:16:32 -0400 Received: from ironwood.lan (ironwood.lan [192.168.64.8]) by localhost.localdomain (8.12.11/8.12.10) with ESMTP id j3SIGRQ9006508 for ; Thu, 28 Apr 2005 11:16:27 -0700 Date: Thu, 28 Apr 2005 18:16:00 -0000 From: Kevin Buettner To: gdb-patches@sources.redhat.com Subject: Re: [RFC] Eliminate use of deprecated_register_bytes() from remote.c Message-ID: <20050428111626.44f9b0c0@ironwood.lan> In-Reply-To: <20050427154018.GB7765@nevyn.them.org> References: <20050415143245.4b210dfe@ironwood.lan> <20050415213758.GA13161@nevyn.them.org> <20050415161212.28c1d511@ironwood.lan> <20050427154018.GB7765@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SW-Source: 2005-04/txt/msg00391.txt.bz2 On Wed, 27 Apr 2005 11:40:18 -0400 Daniel Jacobowitz wrote: > > I can think of no reason to continue to over-allocate space for g/G > > packets in remote.c so I'm happy with this patch instead (which adds > > the test that you wanted): > > > > * remote.c (init_remote_state): Eliminate use of > > deprecated_register_bytes(). > > This is fine with me. Okay, committed. Thanks for reviewing this. Kevin