From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27206 invoked by alias); 4 Dec 2007 11:39:10 -0000 Received: (qmail 27198 invoked by uid 22791); 4 Dec 2007 11:39:09 -0000 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 04 Dec 2007 11:39:00 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 9C7502A97A5; Tue, 4 Dec 2007 06:38:58 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 22I+aAPDbI7T; Tue, 4 Dec 2007 06:38:58 -0500 (EST) Received: from province.act-europe.fr (province.act-europe.fr [212.99.106.214]) by rock.gnat.com (Postfix) with ESMTP id 6880F2A979F; Tue, 4 Dec 2007 06:38:58 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by filtered-province.act-europe.fr (Postfix) with ESMTP id E37E1165BBD; Tue, 4 Dec 2007 12:38:57 +0100 (CET) Received: from province.act-europe.fr ([127.0.0.1]) by localhost (province.act-europe.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id K9ppnvGw-tld; Tue, 4 Dec 2007 12:38:57 +0100 (CET) Received: from [192.168.1.3] (dyn-83-156-48-76.ppp.tiscali.fr [83.156.48.76]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by province.act-europe.fr (Postfix) with ESMTP id A405B165B8F; Tue, 4 Dec 2007 12:38:57 +0100 (CET) From: Eric Botcazou To: Richard Sandiford Subject: Re: [PATCH 8/7] Fix --gc-sections for C++ MIPS ELF Date: Tue, 04 Dec 2007 11:39:00 -0000 User-Agent: KMail/1.7.1 Cc: binutils@sourceware.org References: <87r6i4svjg.fsf@firetop.home> <200712022326.57206.ebotcazou@adacore.com> <87y7ca3hic.fsf_-_@firetop.home> In-Reply-To: <87y7ca3hic.fsf_-_@firetop.home> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200712041239.26460.ebotcazou@adacore.com> Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2007-12/txt/msg00025.txt.bz2 > I still think the patches make the linker more robust though, > both because it can then cope with scripts that don't have the KEEPs[*], > and because it no longer discards sections referenced by unparseable > .eh_frames. No discussion about that. Your implementation is the proper one and makes the kludgy approach I initiated totally obsolete. > Anyway, there's now an unscheduled eighth patch in the series. Thanks > for the pointer! Thanks for implementing the feature for real. ;-) -- Eric Botcazou