From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7433 invoked by alias); 18 Sep 2007 23:50:36 -0000 Received: (qmail 7424 invoked by uid 22791); 18 Sep 2007 23:50:35 -0000 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 18 Sep 2007 23:50:31 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 88E4E2AAF84; Tue, 18 Sep 2007 19:50:29 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id JuhQvdO63nfH; Tue, 18 Sep 2007 19:50:29 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 504272AAF71; Tue, 18 Sep 2007 19:50:29 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id F21BFE7B58; Tue, 18 Sep 2007 16:50:26 -0700 (PDT) Date: Tue, 18 Sep 2007 23:50:00 -0000 From: Joel Brobecker To: Jim Blandy Cc: gdb-patches@sourceware.org Subject: Re: [RFA/ia64] Limit prologue scanning to end of function Message-ID: <20070918235026.GD2598@adacore.com> References: <20070917201744.GB2598@adacore.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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-09/txt/msg00247.txt.bz2 > > 2007-09-17 Joel Brobecker > > > > * ia64-tdep.c (refine_prologue_limit): Make sure we don't scan > > the linetable past the function end. > > > > Tested on ia64-linux, no regression. > > OK to commit? > > Seems reasonable to me. Thanks, Jim. Now checked in. Given that it's pretty simple, and given that we've had this fix in the AdaCore tree for a couple of years without any problem, I think it's safe enough for the gdb-6.7 branch. So I'll put it in too. -- Joel