From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1073 invoked by alias); 29 Jan 2011 02:45:26 -0000 Received: (qmail 1054 invoked by uid 22791); 29 Jan 2011 02:45:24 -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-vw0-f41.google.com (HELO mail-vw0-f41.google.com) (209.85.212.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 29 Jan 2011 02:45:19 +0000 Received: by vws10 with SMTP id 10so1322683vws.0 for ; Fri, 28 Jan 2011 18:45:17 -0800 (PST) MIME-Version: 1.0 Received: by 10.220.177.65 with SMTP id bh1mr769766vcb.207.1296269115789; Fri, 28 Jan 2011 18:45:15 -0800 (PST) Received: by 10.220.184.2 with HTTP; Fri, 28 Jan 2011 18:45:15 -0800 (PST) In-Reply-To: <4D437D65.604@gmail.com> References: <4D437207.4040903@gmail.com> <4D437D65.604@gmail.com> Date: Sat, 29 Jan 2011 02:45:00 -0000 Message-ID: Subject: Re: [PATCH,trunk+2.21.1] Fix link order problem with LD plugin API. From: "H.J. Lu" To: Dave Korn 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-01/txt/msg00386.txt.bz2 On Fri, Jan 28, 2011 at 6:37 PM, Dave Korn wro= te: > On 29/01/2011 02:05, H.J. Lu wrote: > >> I run your patch on those new LTO tests. I got relevant failures: >> >> FAIL: LTO 2 >> FAIL: LTO 11 >> FAIL: LTO 8 >> >> Your patch doesn't fix any failures and introduce a new one. >> > > =A0Thanks for the testcases; I'll see what's going on and respin the patc= h as > needed. If you want to fix linker plugin without 2 stage linking, I think you should follow this gold patch: http://sourceware.org/ml/binutils/2011-01/msg00270.html --=20 H.J.