From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31163 invoked by alias); 5 Dec 2003 05:26:46 -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 31151 invoked from network); 5 Dec 2003 05:26:46 -0000 Received: from unknown (HELO maynard.mail.mindspring.net) (207.69.200.243) by sources.redhat.com with SMTP; 5 Dec 2003 05:26:46 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by maynard.mail.mindspring.net with esmtp (Exim 3.33 #1) id 1AS8Tl-0007wO-00; Fri, 05 Dec 2003 00:26:13 -0500 Received: by berman.michael-chastain.com (Postfix, from userid 502) id 49A334B35C; Fri, 5 Dec 2003 00:26:10 -0500 (EST) To: drow@mvista.com, mec.gnu@mindspring.com Subject: Re: [rfa/c++] cp_lookup_rtti_type, take 2 Cc: carlton@kealia.com, gdb-patches@sources.redhat.com Message-Id: <20031205052610.49A334B35C@berman.michael-chastain.com> Date: Fri, 05 Dec 2003 05:26:00 -0000 From: mec.gnu@mindspring.com (Michael Elizabeth Chastain) X-SW-Source: 2003-12/txt/msg00204.txt.bz2 mec> Maybe we should just go from the vtbl address to the symbol without mec> converting to a name and back again?! drow> We don't have any information to do that, unless you know something I drow> don't. No, I know much less than you about symtabs. Rats. :( drow> You may have to start bootstrap a little further back than usual. drow> You'll need at least GNU Make... HP-UX's make is incredibly annoying. Migchain starts with gnu make, which bootstraps with no "make" at all (just a shell script with two dozen "cc ..." lines in it. You probably knew that). I brought it up on an impovershed solaris machine about a year ago. So I'm ready for this part. But now I gotta get back to all those other little pieces of work I said I would do after this patch went in. Michael C