From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15608 invoked by alias); 24 Oct 2002 00:25:15 -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 15601 invoked from network); 24 Oct 2002 00:25:15 -0000 Received: from unknown (HELO jackfruit.Stanford.EDU) (171.64.38.136) by sources.redhat.com with SMTP; 24 Oct 2002 00:25:15 -0000 Received: (from carlton@localhost) by jackfruit.Stanford.EDU (8.11.6/8.11.6) id g9O0P9q29823; Wed, 23 Oct 2002 17:25:09 -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, Jim Blandy Subject: Re: [patch] useless code in symtab.c References: <15799.9088.601916.908293@localhost.redhat.com> <15799.10389.127424.360048@localhost.redhat.com> <15799.15421.718875.626571@localhost.redhat.com> From: David Carlton Date: Wed, 23 Oct 2002 17:25:00 -0000 In-Reply-To: <15799.15421.718875.626571@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: 2002-10/txt/msg00503.txt.bz2 On Wed, 23 Oct 2002 20:18:05 -0400, Elena Zannoni said: > David Carlton writes: >> Incidentally, have you looked over the lookup_symbol_aux refactoring >> 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. Thanks. Like I said, it's nothing too urgent: by all means, spend your time on patches that actually make GDB work better instead of patches that just move code from one place to another. I've changed linespec.c and Makefile.in as you requested. David Carlton carlton@math.stanford.edu