From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7268 invoked by alias); 11 Oct 2002 16:07:54 -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 7261 invoked from network); 11 Oct 2002 16:07:52 -0000 Received: from unknown (HELO jackfruit.Stanford.EDU) (171.64.38.136) by sources.redhat.com with SMTP; 11 Oct 2002 16:07:52 -0000 Received: (from carlton@localhost) by jackfruit.Stanford.EDU (8.11.6/8.11.6) id g9BG7pJ11273; Fri, 11 Oct 2002 09:07:51 -0700 X-Authentication-Warning: jackfruit.Stanford.EDU: carlton set sender to carlton@math.stanford.edu using -f To: gdb-patches@sources.redhat.com Subject: [drow-cplus-branch] lookup_symbol_aux refactoring Cc: Daniel Jacobowitz From: David Carlton Date: Fri, 11 Oct 2002 09:07:00 -0000 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/msg00235.txt.bz2 Is it okay if I commit the lookup_symbol_aux refactoring from to drow-cplus-branch? I've got some patches to symbol table lookup to handle namespace stuff that are almost ready (I just want to add some testcases), and they'll be a lot cleaner if I get this part of them out of the way first. David Carlton carlton@math.stanford.edu