From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10955 invoked by alias); 23 Oct 2009 18:45:35 -0000 Received: (qmail 10944 invoked by uid 22791); 23 Oct 2009 18:45:35 -0000 X-SWARE-Spam-Status: No, hits=-2.7 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.45.13) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 23 Oct 2009 18:45:27 +0000 Received: from wpaz5.hot.corp.google.com (wpaz5.hot.corp.google.com [172.24.198.69]) by smtp-out.google.com with ESMTP id n9NIjOVg007853 for ; Fri, 23 Oct 2009 11:45:25 -0700 Received: from ewy26 (ewy26.prod.google.com [10.241.103.26]) by wpaz5.hot.corp.google.com with ESMTP id n9NIjLI2017385 for ; Fri, 23 Oct 2009 11:45:22 -0700 Received: by ewy26 with SMTP id 26so9507922ewy.5 for ; Fri, 23 Oct 2009 11:45:21 -0700 (PDT) Received: by 10.216.86.17 with SMTP id v17mr973947wee.192.1256323521227; Fri, 23 Oct 2009 11:45:21 -0700 (PDT) Received: from coign.google.com (dhcp-172-22-124-228.mtv.corp.google.com [172.22.124.228]) by mx.google.com with ESMTPS id n12sm7776978gve.21.2009.10.23.11.45.18 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 23 Oct 2009 11:45:20 -0700 (PDT) To: Steven Bosscher Cc: Rafael Espindola , gcc@gcc.gnu.org Subject: Re: -use-linker-plugin passed to ld References: <38a0d8450910230802o23e6fcfaga35fa29419dff3b0@mail.gmail.com> <38a0d8450910230845k40317523s42f2b84eafa82e9c@mail.gmail.com> <571f6b510910231135y2e5be00eq2247b3878b7cccbd@mail.gmail.com> From: Ian Lance Taylor Date: Fri, 23 Oct 2009 19:07:00 -0000 In-Reply-To: <571f6b510910231135y2e5be00eq2247b3878b7cccbd@mail.gmail.com> (Steven Bosscher's message of "Fri\, 23 Oct 2009 20\:35\:38 +0200") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-System-Of-Record: true X-IsSubscribed: yes Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org X-SW-Source: 2009-10/txt/msg00477.txt.bz2 Steven Bosscher writes: > On Fri, Oct 23, 2009 at 8:21 PM, Ian Lance Taylor wrote: >> Rafael Espindola writes: >> >>> 2009-10-23 =C2=A0Rafael Avila de Espindola =C2=A0 >>> >>> =C2=A0 =C2=A0 =C2=A0 * gcc.c (LINK_COMMAND_SPEC): Remove -use-linker-pl= ugin from the command >>> =C2=A0 =C2=A0 =C2=A0 line. >> >> This is OK if it passes bootstrap and if nobody objects in 24 hours. > > > I was just wondering why this is not a -f* flag, e.g. -fuse-linker-plugin? I thought about that too, but a -f flag would be passed to the middle-end, where it does not make any sense. We could make it a -f flag anyhow, of course, and just explicitly ignore it in the middle-end. Any opinions on the best user interface for this? Ian