From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31696 invoked by alias); 20 Dec 2001 22:00:55 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 30824 invoked from network); 20 Dec 2001 21:59:35 -0000 Received: from unknown (HELO cygnus.com) (205.180.230.5) by sources.redhat.com with SMTP; 20 Dec 2001 21:59:35 -0000 Received: from cse.cygnus.com (cse.cygnus.com [205.180.230.236]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id NAA26309; Thu, 20 Dec 2001 13:59:33 -0800 (PST) Received: (from kev@localhost) by cse.cygnus.com (8.9.3/8.9.3) id OAA29438; Thu, 20 Dec 2001 14:59:25 -0700 Date: Thu, 20 Dec 2001 14:00:00 -0000 From: Kevin Buettner Message-Id: <1011220215925.ZM29437@ocotillo.lan> In-Reply-To: Fernando Nasser "Re: [PATCH RFA] arm-tdep.c: prologue scanner adjustments" (Dec 19, 1:21pm) References: <1011127063801.ZM10619@ocotillo.lan> <3C20DAA9.D8833BA0@redhat.com> X-Mailer: Z-Mail (4.0.1 13Jan97 Caldera) To: Fernando Nasser Subject: Re: [PATCH RFA] arm-tdep.c: prologue scanner adjustments Cc: gdb-patches@sources.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2001-12/txt/msg00538.txt.bz2 On Dec 19, 1:21pm, Fernando Nasser wrote: > This patch actually requires > > http://sources.redhat.com/ml/gdb-patches/2001-12/msg00349.html Okay, this one is in. > After that one is applied it goes nice (otherwise it uncovers > the problem fixed by the other patch in a nasty way that prevents > the testsuite to run). > > It is approved to be applied after that one or as a combined patch > (I tested Kevin's combined patch already). [...] > Kevin Buettner wrote: [...] > > * arm-tdep.c (arm_scan_prologue): Don't require "mov ip, sp" > > to be the first instruction in the prologue. Also, revise > > the way the frame offset is computed for frameless functions. Committed. Kevin