From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 81169 invoked by alias); 29 May 2015 17:28:42 -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 81154 invoked by uid 89); 29 May 2015 17:28:41 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mail-vn0-f49.google.com Received: from mail-vn0-f49.google.com (HELO mail-vn0-f49.google.com) (209.85.216.49) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Fri, 29 May 2015 17:28:36 +0000 Received: by vnbf62 with SMTP id f62so9016879vnb.7 for ; Fri, 29 May 2015 10:28:34 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=0Fb0R4hWL0Rld5p0b+ssYt9/k+0gAgyTm/slLy+rjxI=; b=Q/hXmKjRW66qbYOjb/DSm+BF/jnOaFBOJl3iCLvkDSndOae4AlaXHsPKbVfiWfD2ip vpVoFvZXOBy1EvfHw4w+ZdbuCSVOxclBrylvS/WwAA24jrOnxkZaU4HtI+zD7fBbwoIg A8V1vtMFgdwpFuBoOPW7gbN8UlAHHkn49SntlFyvIurC1QhpafxNkHjTsjXxfw6iyr7P e/AYpPFrq2UIOZPpgjTiXtRVIch5cNhdQcno7W5gkwXAclUIs+L0nwiU7xm8axS+1BwV IXsyugThZjr+KH/wSCRislXrBamrw4YnAWIn/Jws64Ug0FOMSldj790HRpcKSvK8xBB0 wQag== X-Gm-Message-State: ALoCoQkCvwuFvvXpWnuTxnkbkunnnOtxX/2l0VqHP2NXCFLG4yPQl1Gw01n2qbMt+ppRbLgs8NLj MIME-Version: 1.0 X-Received: by 10.52.3.166 with SMTP id d6mr8137012vdd.69.1432920513919; Fri, 29 May 2015 10:28:33 -0700 (PDT) Received: by 10.52.229.196 with HTTP; Fri, 29 May 2015 10:28:33 -0700 (PDT) In-Reply-To: References: <555E5376.3060706@redhat.com> <555EF018.2050309@redhat.com> Date: Fri, 29 May 2015 18:33:00 -0000 Message-ID: Subject: Re: [RFC][PATCH][X86_64] Eliminate PLT stubs for specified external functions via -fno-plt= From: Sriraman Tallam To: "H.J. Lu" Cc: Pedro Alves , Michael Matz , David Li , GCC Patches , Jan Hubicka , Uros Bizjak Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-05/txt/msg02812.txt.bz2 +Uros On Fri, May 29, 2015 at 10:25 AM, H.J. Lu wrote: > On Fri, May 29, 2015 at 10:20 AM, Sriraman Tallam wrote: >> Hi HJ, >> >> Is this ok to commit? >> > > Looks good to me. But I can't approve it. > > -- > H.J.