From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31652 invoked by alias); 6 Mar 2013 14:30:30 -0000 Received: (qmail 31625 invoked by uid 22791); 6 Mar 2013 14:30:28 -0000 X-SWARE-Spam-Status: No, hits=-4.8 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-we0-f174.google.com (HELO mail-we0-f174.google.com) (74.125.82.174) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 06 Mar 2013 14:30:19 +0000 Received: by mail-we0-f174.google.com with SMTP id r6so8132243wey.5 for ; Wed, 06 Mar 2013 06:30:18 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.181.12.5 with SMTP id em5mr763149wid.24.1362580217968; Wed, 06 Mar 2013 06:30:17 -0800 (PST) Received: by 10.194.5.9 with HTTP; Wed, 6 Mar 2013 06:30:17 -0800 (PST) In-Reply-To: References: Date: Wed, 06 Mar 2013 14:30:00 -0000 Message-ID: Subject: Re: [boehm-gc] Use thr_stksegment to determine Solaris stack base From: Bryce McKinlay To: Rainer Orth Cc: gcc-patches@gcc.gnu.org, java-patches@gcc.gnu.org, Hans Boehm Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes Mailing-List: contact java-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-patches-owner@gcc.gnu.org X-SW-Source: 2013-q1/txt/msg00020.txt.bz2 On Wed, Mar 6, 2013 at 11:31 AM, Rainer Orth wrote: > This patch fixes the failures by backporting the use of thr_stksegment > from gc 7.2c. > > Bootstrapped without regressions on i386-pc-solaris2.{9,10,11} and > sparc-sun-solaris2.{9,10,11}, fixes the i386-pc-solaris2.11 failures. > > Ok for mainline? Yes, thanks. Though of course, we really ought to update the entire GC tree! Bryce