From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 93747 invoked by alias); 18 May 2015 02:52:44 -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 93723 invoked by uid 89); 18 May 2015 02:52:43 -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,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pa0-f51.google.com Received: from mail-pa0-f51.google.com (HELO mail-pa0-f51.google.com) (209.85.220.51) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Mon, 18 May 2015 02:52:42 +0000 Received: by pacwv17 with SMTP id wv17so131390777pac.2 for ; Sun, 17 May 2015 19:52:40 -0700 (PDT) X-Received: by 10.68.131.225 with SMTP id op1mr40083493pbb.86.1431917560257; Sun, 17 May 2015 19:52:40 -0700 (PDT) Received: from bubble.grove.modra.org (CPE-58-160-155-134.oycza5.sa.bigpond.net.au. [58.160.155.134]) by mx.google.com with ESMTPSA id ms7sm8308142pdb.11.2015.05.17.19.52.38 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 17 May 2015 19:52:39 -0700 (PDT) Received: by bubble.grove.modra.org (Postfix, from userid 1000) id D0B3AEA0077; Mon, 18 May 2015 12:22:34 +0930 (ACST) Date: Mon, 18 May 2015 02:54:00 -0000 From: Alan Modra To: gcc-patches@gcc.gnu.org Cc: David Edelsohn Subject: [Patch 0/4] PowerPC64 Linux split stack support Message-ID: <20150518025234.GT6140@bubble.grove.modra.org> Mail-Followup-To: gcc-patches@gcc.gnu.org, David Edelsohn MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) X-IsSubscribed: yes X-SW-Source: 2015-05/txt/msg01520.txt.bz2 The following series of patches add -fsplit-stack support for powerpc64-linux. Each was cumulatively bootstrapped and regression tested powerpc64-linux and powerpc64le-linux. -- Alan Modra Australia Development Lab, IBM