From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9049 invoked by alias); 6 Jan 2003 15:00:35 -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 8829 invoked from network); 6 Jan 2003 14:59:42 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by 209.249.29.67 with SMTP; 6 Jan 2003 14:59:42 -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 h06EVwB24046 for ; Mon, 6 Jan 2003 09:31:58 -0500 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 h06ExUa02572 for ; Mon, 6 Jan 2003 09:59:30 -0500 Received: from localhost.redhat.com (romulus-int.sfbay.redhat.com [172.16.27.46]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h06ExNl32698; Mon, 6 Jan 2003 09:59:23 -0500 Received: by localhost.redhat.com (Postfix, from userid 469) id BF2D3FF7A; Mon, 6 Jan 2003 10:03:45 -0500 (EST) From: Elena Zannoni MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15897.39632.914293.595321@localhost.redhat.com> Date: Mon, 06 Jan 2003 15:00:00 -0000 To: Joel Brobecker Cc: Elena Zannoni , gdb-patches@sources.redhat.com Subject: Re: [RFA] Fix a "pc ... in psymtab but not in symtab" internal error warning In-Reply-To: <20030106075902.GR693@gnat.com> References: <20030103190722.GL693@gnat.com> <15893.58841.334249.222253@localhost.redhat.com> <20030106075902.GR693@gnat.com> X-SW-Source: 2003-01/txt/msg00207.txt.bz2 Joel Brobecker writes: > > I am drooling over this documentation you mention.... All I've ever > > seen about mdebug is an old doco from Dave Anderson. Is the one you > > are referring to publically available? > > Yes. I have a PDF document written by Compaq that I found on the web. > It's titled "Object file / Symbol Table Format Specification" (version > 5.0 or higher, July 1998). I can't find this PDF anymore, but I found > a more recent version of the documentation in HTML format at: > > http://www.tru64unix.compaq.com/docs/base_doc/DOCUMENTATION/V51A_HTML/SUPPDOCS/OBJSPEC/NV50XXXX.HTM > Thanks, that's useful. > > I am not opposed to checking this in. Maybe Daniel J has some machines > > available where he can do some further testing? Only, I would like to > > see some of the explanantions you wrote above, being included as > > comments in the code. > > Ok. Daniel suggested I use the machines from the HP testdrive program. > Hopefully, I'll have some time today and report back with some results > and more comments. > ok > -- > Joel