From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14317 invoked by alias); 8 Sep 2008 16:21:57 -0000 Received: (qmail 14304 invoked by uid 22791); 8 Sep 2008 16:21:56 -0000 X-Spam-Check-By: sourceware.org Received: from mel.act-europe.fr (HELO mel.act-europe.fr) (212.99.106.210) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 08 Sep 2008 16:21:21 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 0743F290014; Mon, 8 Sep 2008 18:21:19 +0200 (CEST) Received: from mel.act-europe.fr ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5fMcMNOPDtuF; Mon, 8 Sep 2008 18:21:18 +0200 (CEST) Received: from province.act-europe.fr (province.act-europe.fr [10.10.0.214]) by mel.act-europe.fr (Postfix) with ESMTP id 5B68A29000A; Mon, 8 Sep 2008 18:21:18 +0200 (CEST) Received: by province.act-europe.fr (Postfix, from userid 560) id 459EA164815; Mon, 8 Sep 2008 18:21:18 +0200 (CEST) Date: Mon, 08 Sep 2008 16:21:00 -0000 From: Jerome Guitton To: Joel Brobecker Cc: gdb-patches@sourceware.org Subject: Re: [RFA/powerpc] Add handling for stack-check sequences in prologue Message-ID: <20080908162118.GR40223@adacore.com> References: <20080901164641.GA226@adacore.com> <20080902205827.GB3774@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080902205827.GB3774@adacore.com> User-Agent: Mutt/1.5.17 (2007-11-01) 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: 2008-09/txt/msg00170.txt.bz2 Joel Brobecker (brobecker@adacore.com): > > 2008-09-01 Jerome Guitton > > > > * rs6000-tdep.c (rs6000_fetch_instruction) > > (rs6000_skip_stack_check): New functions. > > (skip_prologue): Skip stack check sequence. > > I just reviewed the patch, and it looks OK to me. I think there are > other maintainers who are also interested in powerpc, so give it a > few more days (say until Fri) to see if they might want to comment > and then commit if no objection. Time's up :) Now committed. Thanks, Jerome