From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 441 invoked by alias); 26 Feb 2011 04:34:01 -0000 Received: (qmail 426 invoked by uid 22791); 26 Feb 2011 04:34:00 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-iy0-f169.google.com (HELO mail-iy0-f169.google.com) (209.85.210.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 26 Feb 2011 04:33:55 +0000 Received: by iyf13 with SMTP id 13so1843296iyf.0 for ; Fri, 25 Feb 2011 20:33:54 -0800 (PST) MIME-Version: 1.0 Received: by 10.42.152.74 with SMTP id h10mr1705041icw.514.1298694834163; Fri, 25 Feb 2011 20:33:54 -0800 (PST) Received: by 10.42.60.129 with HTTP; Fri, 25 Feb 2011 20:33:54 -0800 (PST) In-Reply-To: <4D68449E.1040108@mozilla.com> References: <20110224225913.GA3169@intel.com> <20110225232948.GD5959@bubble.grove.modra.org> <20110225235859.GE5959@bubble.grove.modra.org> <4D68449E.1040108@mozilla.com> Date: Sat, 26 Feb 2011 04:34:00 -0000 Message-ID: Subject: Re: PATCH: PR ld/12507: Can't build a program with -flto -nostdlib From: "H.J. Lu" To: =?ISO-8859-1?Q?Rafael_=C1vila_de_Esp=EDndola?= Cc: binutils@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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/msg00346.txt.bz2 2011/2/25 Rafael =C1vila de Esp=EDndola : >> 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. > Gold failed -u foo. --=20 H.J.