From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14129 invoked by alias); 7 Jan 2003 07:11:29 -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 13946 invoked from network); 7 Jan 2003 07:10:11 -0000 Received: from unknown (HELO takamaka.act-europe.fr) (217.128.22.142) by sources.redhat.com with SMTP; 7 Jan 2003 07:10:11 -0000 Received: by takamaka.act-europe.fr (Postfix, from userid 507) id 6DBC3D34AE; Tue, 7 Jan 2003 11:10:08 +0400 (RET) Date: Tue, 07 Jan 2003 07:11:00 -0000 From: Joel Brobecker To: Elena Zannoni Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA] Fix a "pc ... in psymtab but not in symtab" internal error warning Message-ID: <20030107071008.GB7129@gnat.com> References: <20030103190722.GL693@gnat.com> <20030103191915.GA7201@nevyn.them.org> <20030106113618.GV693@gnat.com> <15897.39706.831980.258406@localhost.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <15897.39706.831980.258406@localhost.redhat.com> User-Agent: Mutt/1.4i X-SW-Source: 2003-01/txt/msg00269.txt.bz2 > > 2003-01-03 J. Brobecker > > > > * mdebugread.c (parse_symbol): Skip stProc entries which storage > > class is not scText. These do not define "real" procedures. > > (parse_partial_symbols): Likewise. > > Yes, thanks. Thank you, checked in. -- Joel