From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 92147 invoked by alias); 7 Oct 2015 17:25: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 92128 invoked by uid 89); 7 Oct 2015 17:25:42 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-ig0-f176.google.com Received: from mail-ig0-f176.google.com (HELO mail-ig0-f176.google.com) (209.85.213.176) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Wed, 07 Oct 2015 17:25:41 +0000 Received: by igcpe7 with SMTP id pe7so19817015igc.0 for ; Wed, 07 Oct 2015 10:25:39 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.50.143.4 with SMTP id sa4mr3298759igb.52.1444238739352; Wed, 07 Oct 2015 10:25:39 -0700 (PDT) Received: by 10.36.133.5 with HTTP; Wed, 7 Oct 2015 10:25:39 -0700 (PDT) In-Reply-To: References: <55D39752.5090602@linux.vnet.ibm.com> <55D4DA0B.6000106@ubuntu.com> <55D50BBA.6060909@linux.vnet.ibm.com> <55DF7A72.2040208@linux.vnet.ibm.com> <55F86277.8010100@linux.vnet.ibm.com> <55FB10E7.9090607@linux.vnet.ibm.com> <56101F0E.8000003@ubuntu.com> <56153C00.2000209@linux.vnet.ibm.com> Date: Wed, 07 Oct 2015 17:25:00 -0000 Message-ID: Subject: Re: [PATCH] PR66870 PowerPC64 Enable gold linker with split stack From: David Edelsohn To: Ian Lance Taylor , "Lynn A. Boger" , Matthias Klose Cc: gcc-patches , Alan Modra Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2015-10/txt/msg00735.txt.bz2 On Wed, Oct 7, 2015 at 1:04 PM, Ian Lance Taylor wrote: > On Wed, Oct 7, 2015 at 8:36 AM, Lynn A. Boger > wrote: >> Pretty sure this is the fix, but still doing some testing. > > Looks good to me but I suppose David E. should approve. It's fine with me. Thanks for fixing this. Thanks, David