From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27434 invoked by alias); 20 May 2011 17:32:42 -0000 Received: (qmail 27423 invoked by uid 22791); 20 May 2011 17:32:41 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO glazunov.sibelius.xs4all.nl) (83.163.83.176) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 20 May 2011 17:32:24 +0000 Received: from glazunov.sibelius.xs4all.nl (kettenis@localhost [127.0.0.1]) by glazunov.sibelius.xs4all.nl (8.14.3/8.14.3) with ESMTP id p4KHW010013490; Fri, 20 May 2011 19:32:00 +0200 (CEST) Received: (from kettenis@localhost) by glazunov.sibelius.xs4all.nl (8.14.3/8.14.3/Submit) id p4KHVwdf000509; Fri, 20 May 2011 19:31:58 +0200 (CEST) Date: Fri, 20 May 2011 17:32:00 -0000 Message-Id: <201105201731.p4KHVwdf000509@glazunov.sibelius.xs4all.nl> From: Mark Kettenis To: guitton@adacore.com CC: gdb-patches@sourceware.org In-reply-to: <20110519101711.GT66900@adacore.com> (message from Jerome Guitton on Thu, 19 May 2011 12:17:11 +0200) Subject: Re: [RFA] sparc-solaris stack-checking - new prologue sequence References: <1304642774-21950-1-git-send-email-guitton@adacore.com> <20110519092016.GC64873@adacore.com> <201105190943.p4J9hkTv026774@glazunov.sibelius.xs4all.nl> <20110519101711.GT66900@adacore.com> Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2011-05/txt/msg00488.txt.bz2 > Date: Thu, 19 May 2011 12:17:11 +0200 > From: Jerome Guitton > > Mark Kettenis (mark.kettenis@xs4all.nl): > > > I had wanted to give this a spin on OpenBSD/sparc, but unfortunately > > my SS20 seems to have hardware issues. Origionally I thought the > > changes were restricted to 32-bit code. But it seems this code is use > > for 64-bit code as well. So I'll give this a spin on an > > OpenBSD/sparc64 machine tonight. > > OK, perfect. Thank you. No regressions on OpenBSD/sparc64. Don't know enough about GCC to judge whether these instructions are really part of the prologue, but this looks somewhat sane. So go ahead.