From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9960 invoked by alias); 12 Jun 2003 15:36:49 -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 9455 invoked from network); 12 Jun 2003 15:36:40 -0000 Received: from unknown (HELO smtp3.Stanford.EDU) (171.64.14.172) by sources.redhat.com with SMTP; 12 Jun 2003 15:36:40 -0000 Received: (from root@localhost) by smtp3.Stanford.EDU (8.12.9/8.12.9) id h5CFad5g026088 for gdb-patches@sources.redhat.com; Thu, 12 Jun 2003 08:36:39 -0700 (PDT) Received: from jackfruit.Stanford.EDU (jackfruit.Stanford.EDU [171.64.38.136]) by smtp3.Stanford.EDU (8.12.9/8.12.9) with ESMTP id h5CFaZgj026063; Thu, 12 Jun 2003 08:36:35 -0700 (PDT) Received: (from carlton@localhost) by jackfruit.Stanford.EDU (8.11.6/8.11.6) id h5CFaY411904; Thu, 12 Jun 2003 08:36:34 -0700 X-Authentication-Warning: jackfruit.Stanford.EDU: carlton set sender to carlton@math.stanford.edu using -f To: Daniel Jacobowitz Cc: gdb-patches@sources.redhat.com Subject: Re: [rfa] move make_symbol_overload_list to cp-support.c References: <20030612012958.GB21583@nevyn.them.org> From: David Carlton Date: Thu, 12 Jun 2003 15:36:00 -0000 In-Reply-To: <20030612012958.GB21583@nevyn.them.org> 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/msg00418.txt.bz2 On Wed, 11 Jun 2003 21:29:58 -0400, Daniel Jacobowitz said: > On Wed, Jun 11, 2003 at 05:24:42PM -0700, David Carlton wrote: >> As previously discussed, here's a patch to move >> make_symbol_overload_list and everything associated with it to >> cp-support.c. > Looks good. I'm not thrilled with externing lookup_partial_symbol > but it'll do for a while. Yeah, that surprised me a bit, too. But I think it will have to do until we have a better handle on a clean interface to symtab stuff that hides the existence of partial symtabs. Anyways, I've committed it. David Carlton carlton@math.stanford.edu