From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9252 invoked by alias); 11 Apr 2007 07:11:06 -0000 Received: (qmail 9242 invoked by uid 22791); 11 Apr 2007 07:11:05 -0000 X-Spam-Check-By: sourceware.org Received: from nile.gnat.com (HELO nile.gnat.com) (205.232.38.5) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 11 Apr 2007 08:11:02 +0100 Received: from localhost (localhost [127.0.0.1]) by filtered-nile.gnat.com (Postfix) with ESMTP id CECAB48CE9C for ; Wed, 11 Apr 2007 03:10:59 -0400 (EDT) Received: from nile.gnat.com ([127.0.0.1]) by localhost (nile.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 26282-01-9 for ; Wed, 11 Apr 2007 03:10:59 -0400 (EDT) Received: from joel.gnat.com (dhcp-guest.act-europe.fr [212.157.227.127]) by nile.gnat.com (Postfix) with ESMTP id 6A29948CC14 for ; Wed, 11 Apr 2007 03:10:59 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 8055AE7B4C; Wed, 11 Apr 2007 09:12:44 +0200 (CEST) Date: Wed, 11 Apr 2007 07:11:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: Re: [RFA/sparc] Add handling of stack-check probes Message-ID: <20070411071244.GA3648@adacore.com> References: <20070328225013.GN3866@adacore.com> <20070410153400.GE10890@caradoc.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070410153400.GE10890@caradoc.them.org> User-Agent: Mutt/1.4.2.2i 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: 2007-04/txt/msg00129.txt.bz2 > > 2007-03-28 Joel Brobecker > > > > * sparc-tdep.c (X_RS2): New macro. > > (sparc_skip_stack_check): New function. > > (sparc_analyze_prologue): Adjust PC past stack probing > > sequence if necessary. > > > > Tested on sparc-solaris, no regression. > > OK to apply? > > Yes, go ahead. Thank you! Now checked in. -- Joel