From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20872 invoked by alias); 22 May 2002 16:22:31 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 20803 invoked from network); 22 May 2002 16:22:21 -0000 Received: from unknown (HELO sccrmhc03.attbi.com) (204.127.202.63) by sources.redhat.com with SMTP; 22 May 2002 16:22:21 -0000 Received: from ocean.lucon.org ([12.234.143.38]) by sccrmhc03.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020522162221.RSZL20219.sccrmhc03.attbi.com@ocean.lucon.org>; Wed, 22 May 2002 16:22:21 +0000 Received: by ocean.lucon.org (Postfix, from userid 1000) id 6BA80125C2; Wed, 22 May 2002 09:22:16 -0700 (PDT) Date: Wed, 22 May 2002 09:22:00 -0000 From: "H . J . Lu" To: Nick Clifton Cc: mec@shout.net, binutils@sources.redhat.com, GDB Subject: Re: PATCH: Fix dwarf2 debug Message-ID: <20020522092215.A22848@lucon.org> References: <20020522083333.A22000@lucon.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from nickc@cambridge.redhat.com on Wed, May 22, 2002 at 05:06:15PM +0100 X-SW-Source: 2002-05/txt/msg00256.txt.bz2 On Wed, May 22, 2002 at 05:06:15PM +0100, Nick Clifton wrote: > Hi H.J. > > > Nick, could you please take a look at this patch for > > > > http://sources.redhat.com/ml/gdb/2002-05/msg00230.html > > Looks good to me - please apply it. Done. > > Note - I could not reproduce the bug reported by Michael, but I assume > that is because there is something wrong with how I was running the > tests. I used gcc 3.1 to reproduce it. It should work now. H.J.