From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13033 invoked by alias); 28 Feb 2003 17:21:45 -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 13025 invoked from network); 28 Feb 2003 17:21:44 -0000 Received: from unknown (HELO jackfruit.Stanford.EDU) (171.64.38.136) by 172.16.49.205 with SMTP; 28 Feb 2003 17:21:44 -0000 Received: (from carlton@localhost) by jackfruit.Stanford.EDU (8.11.6/8.11.6) id h1SHLbj14767; Fri, 28 Feb 2003 09:21:37 -0800 X-Authentication-Warning: jackfruit.Stanford.EDU: carlton set sender to carlton@math.stanford.edu using -f To: Elena Zannoni Cc: gdb-patches@sources.redhat.com, Fernando Nasser Subject: Re: [rfa] linespec.c: find_method References: <15966.56408.999084.527143@localhost.redhat.com> From: David Carlton Date: Fri, 28 Feb 2003 17:21:00 -0000 In-Reply-To: <15966.56408.999084.527143@localhost.redhat.com> Message-ID: User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Common Lisp) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-02/txt/msg00819.txt.bz2 On Thu, 27 Feb 2003 22:49:44 -0500, Elena Zannoni said: > David Carlton writes: >> This patch extracts a chunk of code from decode_compound into >> a new function called find_method. It doesn't change the code at all. >> >> Tested on i686-pc-linux-gnu/GCC3.1/DWARF-2; OK to commit? > yes Thanks, committed. David Carlton carlton@math.stanford.edu