From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 40643 invoked by alias); 31 Mar 2015 16:15:11 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 40632 invoked by uid 89); 31 Mar 2015 16:15:11 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=2.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KAM_FROM_URIBL_PCCC,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=no version=3.3.2 X-HELO: mail-ob0-f175.google.com Received: from mail-ob0-f175.google.com (HELO mail-ob0-f175.google.com) (209.85.214.175) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Tue, 31 Mar 2015 16:15:10 +0000 Received: by obvd1 with SMTP id d1so34189664obv.0 for ; Tue, 31 Mar 2015 09:15:08 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.182.80.103 with SMTP id q7mr34393686obx.18.1427818500002; Tue, 31 Mar 2015 09:15:00 -0700 (PDT) Received: by 10.76.134.102 with HTTP; Tue, 31 Mar 2015 09:14:59 -0700 (PDT) In-Reply-To: References: <20150330022527.GA4148@gmail.com> <20150331053855.GB2121@tucnak.redhat.com> Date: Tue, 31 Mar 2015 16:15:00 -0000 Message-ID: Subject: Re: PATCH] PR target/65612: Multiversioning doesn't work with DSO nor PIE From: "H.J. Lu" To: Jack Howarth Cc: Ian Lance Taylor , Jakub Jelinek , GCC Patches , Uros Bizjak , Iain Sandoe , Mike Stump Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-03/txt/msg01681.txt.bz2 On Tue, Mar 31, 2015 at 9:09 AM, Jack Howarth wrote: > H.J., > Did you attach the correct version of the patch? I don't see > anything conditional on linux. > Jack My patch will build and install libgcc_nonshared.a for all targets. If you don't link against it, nothing is changed. On Linux, it is used via the init_spec change. -- H.J.