From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8456 invoked by alias); 16 Nov 2005 03:28:36 -0000 Received: (qmail 8417 invoked by uid 22791); 16 Nov 2005 03:28:32 -0000 Received: from 69.0.103.46.adsl.snet.net (HELO Power-Mac-G5.local) (69.0.103.46) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Wed, 16 Nov 2005 03:28:32 +0000 Received: by Power-Mac-G5.local (Postfix, from userid 501) id B5866CCB7A; Tue, 15 Nov 2005 22:28:19 -0500 (EST) Date: Wed, 16 Nov 2005 03:28:00 -0000 From: Ron McCall To: gdb@sources.redhat.com Subject: Re: warning: (Internal error: pc 0xd00 in read in psymtab, but not in symtab.) Message-ID: <20051116032819.GA14901@Power-Mac-G5.local> Mail-Followup-To: gdb@sources.redhat.com References: <20051108150752.62145.qmail@web81211.mail.mud.yahoo.com> <20051113173904.GF1945@nevyn.them.org> <20051115010716.GA14640@Power-Mac-G5.local> <20051115020856.GB9639@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051115020856.GB9639@nevyn.them.org> User-Agent: Mutt/1.4.2.1i Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2005-11/txt/msg00312.txt.bz2 On Mon, Nov 14, 2005 at 09:08:56PM -0500, Daniel Jacobowitz wrote: > Then it's probably a result of having some code with no debug info. > You may want to try producing a small test case, that you can post for > us to examine. I'm not sure if an example is still wanted after the whole address zero revelation but just in case, I have it. Looks like the list doesn't like attachments (even small ones) so I have put the 21 KB tarball at: http://rmccall.dyndns.org/gdb-warning.tar.bz2 In that tarball are three source files (all short) and their corresponding object files, my Makefile, linker script and specs file overrides, the final executable, linker map file and disassembly listing, a short gdb init script and most importantly the gdb session output (gdb.out). I get the warning when disassembling addresses in exception_vector_table.S and also when disassembling addresses in main.c that contain calls to code in exception_vector_table.S. Note that the contents of exception_vector_table.S are located starting at address zero. Is there anything more I can do to help? Thanks again! Ron McCall