From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14369 invoked by alias); 24 Oct 2002 00:20:53 -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 14362 invoked from network); 24 Oct 2002 00:20:52 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 24 Oct 2002 00:20:52 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id g9NNxQw32208 for ; Wed, 23 Oct 2002 19:59:26 -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 g9O0Kpf27599 for ; Wed, 23 Oct 2002 20:20:51 -0400 Received: from localhost.redhat.com (IDENT:D7BUOauzcvi+G9BjRPglk3dusH8PEXfj@tooth.toronto.redhat.com [172.16.14.29]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g9O0Kn030745; Wed, 23 Oct 2002 20:20:49 -0400 Received: by localhost.redhat.com (Postfix, from userid 469) id D3DD6FF79; Wed, 23 Oct 2002 20:18:05 -0400 (EDT) From: Elena Zannoni MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15799.15421.718875.626571@localhost.redhat.com> Date: Wed, 23 Oct 2002 17:20:00 -0000 To: David Carlton Cc: Elena Zannoni , gdb-patches@sources.redhat.com, Jim Blandy Subject: Re: [patch] useless code in symtab.c In-Reply-To: References: <15799.9088.601916.908293@localhost.redhat.com> <15799.10389.127424.360048@localhost.redhat.com> X-SW-Source: 2002-10/txt/msg00502.txt.bz2 David Carlton writes: > > Incidentally, have you looked over the lookup_symbol_aux refactoring > yet? (At > .) > It's not particularly urgent yet, but at some point I'm going to need > to need to get some sort of consensus as to what it means to look > something up in the global symbol table, and that patch is a good > starting place for discussion. I think it's all a good idea except > maybe I shouldn't move the partial symbol table lookup before the > minimal symbol table lookup just yet. > Sigh, not yet. I want to finish helping Keith merging his MI branch, then I'll look at the symbol table branches. I hope next week. Elena > > Yes, please, and update the Makefile.in dependencies. > > Great, will do. > > David Carlton > carlton@math.stanford.edu