From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24317 invoked by alias); 19 Jun 2008 07:27:44 -0000 Received: (qmail 24308 invoked by uid 22791); 19 Jun 2008 07:27:43 -0000 X-Spam-Check-By: sourceware.org Received: from host0.dyn.jankratochvil.net (HELO host0.dyn.jankratochvil.net) (89.250.240.59) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 19 Jun 2008 07:27:09 +0000 Received: from host0.dyn.jankratochvil.net (localhost [127.0.0.1]) by host0.dyn.jankratochvil.net (8.14.2/8.14.2) with ESMTP id m5J7Q8uR020483; Thu, 19 Jun 2008 09:26:08 +0200 Received: (from jkratoch@localhost) by host0.dyn.jankratochvil.net (8.14.2/8.14.2/Submit) id m5J7Q2Oq020474; Thu, 19 Jun 2008 09:26:02 +0200 Date: Thu, 19 Jun 2008 13:56:00 -0000 From: Jan Kratochvil To: Joel Brobecker Cc: gdb-patches@sourceware.org Subject: Re: [RFA/RFC/dwarf] detect 0xffffffff size attribute values Message-ID: <20080619072602.GA20270@host0.dyn.jankratochvil.net> References: <20080619033241.GA3568@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080619033241.GA3568@adacore.com> User-Agent: Mutt/1.5.18 (2008-05-17) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-06/txt/msg00350.txt.bz2 On Thu, 19 Jun 2008 05:32:41 +0200, Joel Brobecker wrote: ... > Jan, could you check whether this fixes the problem you saw? Yes, it works perfectly for GDB CVS HEAD. GCC DWARF (not GNAT) fix was posted at: http://gcc.gnu.org/ml/gcc-patches/2008-05/msg01857.html Thanks, Jan