From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5342 invoked by alias); 21 Nov 2002 06:30:58 -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 5330 invoked from network); 21 Nov 2002 06:30:57 -0000 Received: from unknown (HELO rwcrmhc51.attbi.com) (204.127.198.38) by sources.redhat.com with SMTP; 21 Nov 2002 06:30:57 -0000 Received: from lucon.org ([12.234.88.146]) by rwcrmhc51.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20021121063056.ZAYQ26148.rwcrmhc51.attbi.com@lucon.org>; Thu, 21 Nov 2002 06:30:56 +0000 Received: by lucon.org (Postfix, from userid 1000) id C3A292C66F; Wed, 20 Nov 2002 22:30:16 -0800 (PST) Date: Wed, 20 Nov 2002 22:30:00 -0000 From: "H. J. Lu" To: Jim Blandy , Steven Johnson , gdb@sources.redhat.com, binutils@sources.redhat.com Subject: Re: DWARF-2 + discarded link-once sections (was Re: Internal error in GDB) Message-ID: <20021120223016.C21917@lucon.org> References: <3DD351ED.7000409@neurizon.net> <20021114151528.GA14693@nevyn.them.org> <20021119201044.GA29274@nevyn.them.org> <20021121044940.GA20705@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20021121044940.GA20705@nevyn.them.org>; from drow@mvista.com on Wed, Nov 20, 2002 at 11:49:40PM -0500 X-SW-Source: 2002-11/txt/msg00306.txt.bz2 On Wed, Nov 20, 2002 at 11:49:40PM -0500, Daniel Jacobowitz wrote: > > This could work too but it would be nice to avoid it. We were > discussing .debug_info.gnu.linkonce.* sections at one point; did we > abandon that idea because there were too many of them, or was there > some other problem? What we need is GRP_COMDAT. H.J.