From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14728 invoked by alias); 15 Jan 2004 16:33:37 -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 14721 invoked from network); 15 Jan 2004 16:33:37 -0000 Received: from unknown (HELO localhost.redhat.com) (216.129.200.20) by sources.redhat.com with SMTP; 15 Jan 2004 16:33:37 -0000 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id ABC292B8F; Thu, 15 Jan 2004 11:33:35 -0500 (EST) Message-ID: <4006C0DF.10409@gnu.org> Date: Thu, 15 Jan 2004 16:33:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030820 MIME-Version: 1.0 To: Daniel Jacobowitz Cc: gdb@sources.redhat.com Subject: Re: [Fwd: Re: c++/1512: no canonical way to output names of C++ types] References: <4006BD4E.4050007@gnu.org> <20040115162531.GA2815@nevyn.them.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-01/txt/msg00201.txt.bz2 > > Possibly. We search for the canonical form in the symbol table, which > means we need to canonicalize before adding them to the (partial, full, > maybe minimal also) symbol table. The trick will be delaying the > add-to-symbol-table until the symbol is needed, using a clever trick > suggested by Ian - keeping a list of pending symbols by basename, > basically. Is there a pointer to this thread? Andrew