From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1951 invoked by alias); 17 Sep 2007 22:04:56 -0000 Received: (qmail 1934 invoked by uid 22791); 17 Sep 2007 22:04:55 -0000 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 17 Sep 2007 22:04:45 +0000 Received: (qmail 11342 invoked from network); 17 Sep 2007 22:04:44 -0000 Received: from unknown (HELO localhost) (jimb@127.0.0.2) by mail.codesourcery.com with ESMTPA; 17 Sep 2007 22:04:44 -0000 To: Joel Brobecker Cc: gdb-patches@sourceware.org Subject: Re: [RFA/ia64] Limit prologue scanning to end of function References: <20070917201744.GB2598@adacore.com> From: Jim Blandy Date: Mon, 17 Sep 2007 22:04:00 -0000 In-Reply-To: <20070917201744.GB2598@adacore.com> (Joel Brobecker's message of "Mon, 17 Sep 2007 13:17:44 -0700") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-IsSubscribed: yes 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/msg00237.txt.bz2 Joel Brobecker writes: > 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.