From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18911 invoked by alias); 12 Jan 2006 00:12:48 -0000 Received: (qmail 9303 invoked by uid 22791); 11 Jan 2006 22:42:12 -0000 X-Spam-Check-By: sourceware.org Received: from e32.co.us.ibm.com (HELO e32.co.us.ibm.com) (32.97.110.150) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 11 Jan 2006 22:42:10 +0000 Received: from d03relay04.boulder.ibm.com (d03relay04.boulder.ibm.com [9.17.195.106]) by e32.co.us.ibm.com (8.12.11/8.12.11) with ESMTP id k0BMg8Ur003424 for ; Wed, 11 Jan 2006 17:42:08 -0500 Received: from d03av03.boulder.ibm.com (d03av03.boulder.ibm.com [9.17.195.169]) by d03relay04.boulder.ibm.com (8.12.10/NCO/VERS6.8) with ESMTP id k0BMiCX5165230 for ; Wed, 11 Jan 2006 15:44:12 -0700 Received: from d03av03.boulder.ibm.com (loopback [127.0.0.1]) by d03av03.boulder.ibm.com (8.12.11/8.13.3) with ESMTP id k0BMg8hE026731 for ; Wed, 11 Jan 2006 15:42:08 -0700 Received: from dyn9047022123-009047022095.beaverton.ibm.com (dyn9047022123-009047022095.beaverton.ibm.com [9.47.22.95]) by d03av03.boulder.ibm.com (8.12.11/8.12.11) with ESMTP id k0BMg73Y026688; Wed, 11 Jan 2006 15:42:07 -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: Thu, 12 Jan 2006 00:12:00 -0000 User-Agent: KMail/1.6.2 Cc: Kevin Buettner , Mark Kettenis References: <200511301225.56802.pgilliam@us.ibm.com> <20051202133250.10d687bd@ironwood.lan> <200601111013.24433.pgilliam@us.ibm.com> In-Reply-To: <200601111013.24433.pgilliam@us.ibm.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200601111511.27699.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/msg00118.txt.bz2 I see that I had not incorporated Kevin's last set of comments. Let me do that and post again.... -=# Paul #=- On Wednesday 11 January 2006 10:13, Paul Gilliam wrote: > 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 > > > > > > >