From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11755 invoked by alias); 11 Jan 2006 17:44:26 -0000 Received: (qmail 11745 invoked by uid 22791); 11 Jan 2006 17:44:25 -0000 X-Spam-Check-By: sourceware.org Received: from e34.co.us.ibm.com (HELO e34.co.us.ibm.com) (32.97.110.152) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 11 Jan 2006 17:44:24 +0000 Received: from d03relay04.boulder.ibm.com (d03relay04.boulder.ibm.com [9.17.195.106]) by e34.co.us.ibm.com (8.12.11/8.12.11) with ESMTP id k0BHiMKi022599 for ; Wed, 11 Jan 2006 12:44:22 -0500 Received: from d03av04.boulder.ibm.com (d03av04.boulder.ibm.com [9.17.195.170]) by d03relay04.boulder.ibm.com (8.12.10/NCO/VERS6.8) with ESMTP id k0BHkPX5144244 for ; Wed, 11 Jan 2006 10:46:25 -0700 Received: from d03av04.boulder.ibm.com (loopback [127.0.0.1]) by d03av04.boulder.ibm.com (8.12.11/8.13.3) with ESMTP id k0BHiLOf003829 for ; Wed, 11 Jan 2006 10:44:21 -0700 Received: from dyn9047022123-009047022095.beaverton.ibm.com (dyn9047022123-009047022095.beaverton.ibm.com [9.47.22.95]) by d03av04.boulder.ibm.com (8.12.11/8.12.11) with ESMTP id k0BHiLIY003795; Wed, 11 Jan 2006 10:44:21 -0700 From: Paul Gilliam Reply-To: pgilliam@us.ibm.com To: gdb-patches@sourceware.org Subject: Re: [PATCH] add 'rs6000_in_function_epilogue_p()' (Revised) Date: Wed, 11 Jan 2006 17:44:00 -0000 User-Agent: KMail/1.6.2 Cc: Kevin Buettner , Mark Kettenis References: <200511301225.56802.pgilliam@us.ibm.com> <200512021120.22263.pgilliam@us.ibm.com> <20051202133250.10d687bd@ironwood.lan> In-Reply-To: <20051202133250.10d687bd@ironwood.lan> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200601111013.24433.pgilliam@us.ibm.com> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-01/txt/msg00114.txt.bz2 Kevin and Mark, I kind of lost track of this. Here is a link to the revised patch. It should address Mark's concerns, but I thought, sense it's been a while, I should run it by you again. http://sourceware.org/ml/gdb-patches/2005-12/msg00072.html OK to commit? -=# Paul #=- On Friday 02 December 2005 12:32, Kevin Buettner wrote: > On Fri, 2 Dec 2005 11:20:22 -0800 > Paul Gilliam wrote: > > > * rs6000-tdep.c: Add new subroutine, 'rs6000_in_function_epilogue_p()' > > and put it into the architecture vector. > > Your patch is okay to commit after you address Mark's concerns. > > Kevin > >