From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28576 invoked by alias); 2 Jun 2003 18:56:43 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 28488 invoked from network); 2 Jun 2003 18:56:41 -0000 Received: from unknown (HELO jackfruit.Stanford.EDU) (171.64.38.136) by sources.redhat.com with SMTP; 2 Jun 2003 18:56:41 -0000 Received: (from carlton@localhost) by jackfruit.Stanford.EDU (8.11.6/8.11.6) id h52Iuev12087; Mon, 2 Jun 2003 11:56:40 -0700 X-Authentication-Warning: jackfruit.Stanford.EDU: carlton set sender to carlton@math.stanford.edu using -f To: gdb Cc: Daniel Jacobowitz , Elena Zannoni Subject: [rfc] cp-symtab.c? From: David Carlton Date: Mon, 02 Jun 2003 18:56:00 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-06/txt/msg00012.txt.bz2 Elena and I were recently talking about moving make_symbol_overload_list and friends from symtab.c to some C++ file. It's not obvious to me where to put it, though; should I create a new file "cp-symtab.c" for that? If so, should I move the parts of cp-namespace.c that deal specifically with symbol lookup (all the functions in there with "lookup" in their name, I guess) to that file as well? My opinion is that the answer to both questions is "yes", but I wanted to check with other people first. David Carlton carlton@math.stanford.edu