From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10969 invoked by alias); 3 Jun 2003 03:07:59 -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 10962 invoked from network); 3 Jun 2003 03:07:58 -0000 Received: from unknown (HELO jackfruit.Stanford.EDU) (171.64.38.136) by sources.redhat.com with SMTP; 3 Jun 2003 03:07:58 -0000 Received: (from carlton@localhost) by jackfruit.Stanford.EDU (8.11.6/8.11.6) id h5337qF15057; Mon, 2 Jun 2003 20:07:52 -0700 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 Subject: Re: [rfa] linespec.c: add_{matching_methods,constructors} References: <16091.64924.18200.426877@localhost.redhat.com> From: David Carlton Date: Tue, 03 Jun 2003 03:07:00 -0000 In-Reply-To: <16091.64924.18200.426877@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-06/txt/msg00116.txt.bz2 On Mon, 2 Jun 2003 21:45:00 -0400, Elena Zannoni said: > David Carlton writes: >> After a long hiatus, here's the latest in my exciting series of >> linespec.c patches. This one extracts code from find_methods into >> add_matching_methods and add_constructors. >> Tested on GCC 3.1, DWARF 2, i686-pc-linux-gnu; no new regressions. OK >> to commit? > yes, thanks Thanks, committed. David Carlton carlton@math.stanford.edu