From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7011 invoked by alias); 7 Nov 2004 15:31:59 -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 6641 invoked from network); 7 Nov 2004 15:31:57 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sourceware.org with SMTP; 7 Nov 2004 15:31:57 -0000 Received: from drow by nevyn.them.org with local (Exim 4.34 #1 (Debian)) id 1CQp16-0001qt-Mk; Sun, 07 Nov 2004 10:31:44 -0500 Date: Sun, 07 Nov 2004 16:29:00 -0000 From: Daniel Jacobowitz To: Mark Kettenis Cc: gcc@gcc.gnu.org, binutils@sources.redhat.com, echristo@redhat.com, seufer@csv.ica.uni-stuttgart.de, gdb@sources.redhat.com Subject: Re: Mixing 32-bit and 64-bit DWARF2/3 sections Message-ID: <20041107153144.GA7039@nevyn.them.org> Mail-Followup-To: Mark Kettenis , gcc@gcc.gnu.org, binutils@sources.redhat.com, echristo@redhat.com, seufer@csv.ica.uni-stuttgart.de, gdb@sources.redhat.com References: <200411071428.iA7ES7Fx003013@elgar.sibelius.xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200411071428.iA7ES7Fx003013@elgar.sibelius.xs4all.nl> User-Agent: Mutt/1.5.5.1+cvs20040105i X-SW-Source: 2004-11/txt/msg00058.txt.bz2 On Sun, Nov 07, 2004 at 03:28:07PM +0100, Mark Kettenis wrote: > Currently GDB barfs when you use it on an executable that contains > compilation units that mix 32-bit and 64-bit DWARF sections. Looking > at the (latest?) DWARF3 draft it doesn't seem to be unreasonable that > it does so: > > "The 32-bit and 64-bit DWARF format conventions must not be > intermixed within a single compilation unit." I'd read that as saying that GDB should support what you describe. This isn't mixing them within a single compilation unit. What falls down? -- Daniel Jacobowitz