From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19976 invoked by alias); 26 Feb 2011 00:09:16 -0000 Received: (qmail 19967 invoked by uid 22791); 26 Feb 2011 00:09:15 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from dm-mail02.mozilla.org (HELO dm-mail02.mozilla.org) (63.245.208.176) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 26 Feb 2011 00:09:11 +0000 Received: from desktop.lan (v74-nslb.mozilla.org [10.2.74.4]) (Authenticated sender: respindola@mozilla.com) by dm-mail02.mozilla.org (Postfix) with ESMTP id F40D0824152 for ; Fri, 25 Feb 2011 16:09:08 -0800 (PST) Message-ID: <4D68449E.1040108@mozilla.com> Date: Sat, 26 Feb 2011 00:09:00 -0000 From: =?ISO-8859-1?Q?Rafael_=C1vila_de_Esp=EDndola?= User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101209 Fedora/3.1.7-0.35.b3pre.fc14 Thunderbird/3.1.7 MIME-Version: 1.0 To: binutils@sourceware.org Subject: Re: PATCH: PR ld/12507: Can't build a program with -flto -nostdlib References: <20110224225913.GA3169@intel.com> <20110225232948.GD5959@bubble.grove.modra.org> <20110225235859.GE5959@bubble.grove.modra.org> In-Reply-To: <20110225235859.GE5959@bubble.grove.modra.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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-02/txt/msg00326.txt.bz2 > I'd be a little surprised if there is a good reason to treat -u syms > any differently from references in non-ir object files. That is what I would expect, in fact, I added that to gold because I was surprised that symbols passed to -u were marked as ir only. Cheers, Rafael