From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10307 invoked by alias); 6 Jan 2003 16:18:01 -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 10024 invoked from network); 6 Jan 2003 16:17:38 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by 209.249.29.67 with SMTP; 6 Jan 2003 16:17:37 -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 h06FnrB09845 for ; Mon, 6 Jan 2003 10:49:53 -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 h06GHPa25210; Mon, 6 Jan 2003 11:17:25 -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 h06GHOl05396; Mon, 6 Jan 2003 11:17:24 -0500 Received: by localhost.redhat.com (Postfix, from userid 469) id ECF90FF79; Mon, 6 Jan 2003 11:21:46 -0500 (EST) From: Elena Zannoni MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15897.44314.258958.906256@localhost.redhat.com> Date: Mon, 06 Jan 2003 16:18:00 -0000 To: Joel Brobecker , cagney@redhat.com Cc: 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/msg00212.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 > Found a newer version also in PDF: http://www.tru64unix.compaq.com/docs/pub_page/V51B_DOCS/PRG_DOCS.HTM there is a link towards the bottom of the page. We should add it to the gdb doc's page. Elena