From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13420 invoked by alias); 23 Jan 2004 18:11:21 -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 13392 invoked from network); 23 Jan 2004 18:11:20 -0000 Received: from unknown (HELO localhost.redhat.com) (66.30.197.194) by sources.redhat.com with SMTP; 23 Jan 2004 18:11:20 -0000 Received: by localhost.redhat.com (Postfix, from userid 469) id 5F0E61A440D; Fri, 23 Jan 2004 13:09:00 -0500 (EST) From: Elena Zannoni MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16401.25404.282003.855011@localhost.redhat.com> Date: Fri, 23 Jan 2004 18:11:00 -0000 To: David Carlton Cc: gdb-patches@sources.redhat.com Subject: Re: [patch] fix for PR gdb/1534 In-Reply-To: References: X-SW-Source: 2004-01/txt/msg00629.txt.bz2 David Carlton writes: > As PR gdb/1534 points out, I neglected to clear > objfile->cp_namespace_symtab in reread_symbols. The following patch > cures the problem, according to the submitter; I've tested it on > i686-pc-linux-gnu with multiple GCC/debug combinations and gotten no > regressions. > > Committed as obvious. > > David Carlton > carlton@kealia.com > > 2004-01-23 David Carlton > > * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab. > Fix for PR symtab/1534. > thank you! elena