From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3358 invoked by alias); 5 Jul 2011 00:28:35 -0000 Received: (qmail 3350 invoked by uid 22791); 5 Jul 2011 00:28:35 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from dair.pair.com (HELO dair.pair.com) (209.68.1.49) by sourceware.org (qpsmtpd/0.43rc1) with SMTP; Tue, 05 Jul 2011 00:28:20 +0000 Received: (qmail 59266 invoked by uid 20157); 5 Jul 2011 00:28:18 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 5 Jul 2011 00:28:18 -0000 Date: Tue, 05 Jul 2011 08:55:00 -0000 From: Hans-Peter Nilsson To: "H.J. Lu" cc: binutils@sourceware.org Subject: Re: RFC: PATCH: ld/12942: Plugin not handling correctly resolution of COMDATs. In-Reply-To: <20110704225328.GA16831@intel.com> Message-ID: References: <20110704225328.GA16831@intel.com> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-IsSubscribed: yes 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: 2011-07/txt/msg00048.txt.bz2 On Mon, 4 Jul 2011, H.J. Lu wrote: > This adds SEC_LTO_COMDAT and GNU_LTO_COMAT_SECTION_NAME. They are > used to support LTO COMDAT symbols. Any comments? > +/* GNU LTO COMDAT section name. */ > +#define GNU_LTO_COMAT_SECTION_NAME ".text.gnu.lto_comdat" I guess "COMDAT", not "COMAT"? brgds, H-P