From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22197 invoked by alias); 2 Dec 2005 01:17:13 -0000 Received: (qmail 22190 invoked by uid 22791); 2 Dec 2005 01:17:13 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Fri, 02 Dec 2005 01:17:08 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1EhzXr-0007Am-N2; Thu, 01 Dec 2005 20:17:03 -0500 Date: Fri, 02 Dec 2005 01:23:00 -0000 From: Daniel Jacobowitz To: Jim Blandy Cc: pgilliam@us.ibm.com, gdb-patches@sources.redhat.com Subject: Re: [PATCH] add 'rs6000_in_function_epilogue_p()' Message-ID: <20051202011703.GA27515@nevyn.them.org> Mail-Followup-To: Jim Blandy , pgilliam@us.ibm.com, gdb-patches@sources.redhat.com References: <200511301225.56802.pgilliam@us.ibm.com> <8f2776cb0512011707p120df411w3a685c453d4ec625@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8f2776cb0512011707p120df411w3a685c453d4ec625@mail.gmail.com> User-Agent: Mutt/1.5.8i 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: 2005-12/txt/msg00031.txt.bz2 On Thu, Dec 01, 2005 at 05:07:24PM -0800, Jim Blandy wrote: > Paul wanted to fast-track this patch, in hopes it could get into the > 6.4 release. Joel, what are your thoughts? I'm opposed. The patch is a serious hack - it assumes that the exit of the function is near the end of the function - and I think we need to think about the underlying issues a bit. It's also for a very minor bug. -- Daniel Jacobowitz CodeSourcery, LLC