From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24890 invoked by alias); 26 Jun 2008 13:41:09 -0000 Received: (qmail 24880 invoked by uid 22791); 26 Jun 2008 13:41:08 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 26 Jun 2008 13:40:49 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 6EAFB98411; Thu, 26 Jun 2008 13:40:47 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 449149835A; Thu, 26 Jun 2008 13:40:47 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1KBriQ-0006fX-Cv; Thu, 26 Jun 2008 09:40:46 -0400 Date: Thu, 26 Jun 2008 13:45:00 -0000 From: Daniel Jacobowitz To: Joel Brobecker Cc: gdb-patches@sourceware.org, Jan Kratochvil Subject: Re: [RFA/RFC/dwarf] detect 0xffffffff size attribute values Message-ID: <20080626134046.GC22726@caradoc.them.org> Mail-Followup-To: Joel Brobecker , gdb-patches@sourceware.org, Jan Kratochvil 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.17 (2008-05-11) 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/msg00469.txt.bz2 On Wed, Jun 18, 2008 at 11:32:41PM -0400, Joel Brobecker wrote: > 2008-06-19 Joel Brobecker > > * dwarf2read.c (read_attribute_value): Treat size attribute > values of 0xffffffff as if the attribute value was zero. OK. A complaint when this happens wouldn't be a bad thing, either. -- Daniel Jacobowitz CodeSourcery