From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19004 invoked by alias); 2 Feb 2007 11:41:10 -0000 Received: (qmail 18994 invoked by uid 22791); 2 Feb 2007 11:41:09 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Fri, 02 Feb 2007 11:41:03 +0000 Received: from drow by nevyn.them.org with local (Exim 4.63) (envelope-from ) id 1HCwmo-0003xd-5P; Fri, 02 Feb 2007 06:40:58 -0500 Date: Fri, 02 Feb 2007 11:41:00 -0000 From: Daniel Jacobowitz To: Pierre Muller Cc: Andreas Schwab , gdb-patches@sourceware.org Subject: Re: Testsuite failures in gdb.dwarf2/{dup-psym,mac-fileno}.exp Message-ID: <20070202114056.GA15202@nevyn.them.org> Mail-Followup-To: Pierre Muller , Andreas Schwab , gdb-patches@sourceware.org References: <2674.130.79.112.72.1170412166.squirrel@www-ics.u-strasbg.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2674.130.79.112.72.1170412166.squirrel@www-ics.u-strasbg.fr> User-Agent: Mutt/1.5.13 (2006-08-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: 2007-02/txt/msg00015.txt.bz2 On Fri, Feb 02, 2007 at 11:29:26AM +0100, Pierre Muller wrote: > On Wed, January 31, 2007 17:43, Andreas Schwab said: > > There are two other testcases with invalid DWARF sections. Checked in > as > > obvious. > > I was just wandering if this would also be correct > on a chip that a 64bit memory addresses. > > Does dwarf not support these cpus? No, it's correct. There are two DWARF-2 binary formats, one 32-bit and the other 64-bit. But you do not need to use the 64-bit format just because you have a 64-bit CPU - you only need to use it if you have more than 2GB or so of debug information. -- Daniel Jacobowitz CodeSourcery