From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10584 invoked by alias); 7 Mar 2005 16:08:43 -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 10497 invoked from network); 7 Mar 2005 16:08:36 -0000 Received: from unknown (HELO omx3.sgi.com) (192.48.171.20) by sourceware.org with SMTP; 7 Mar 2005 16:08:36 -0000 Received: from cthulhu.engr.sgi.com (cthulhu.engr.sgi.com [192.26.80.2]) by omx3.sgi.com (8.12.11/8.12.9/linux-outbound_gateway-1.1) with ESMTP id j27GPnFc008968; Mon, 7 Mar 2005 08:25:52 -0800 Received: from quasar.engr.sgi.com (quasar.engr.sgi.com [163.154.6.61]) by cthulhu.engr.sgi.com (SGI-8.12.5/8.12.5) with ESMTP id j27G8Ns6592619; Mon, 7 Mar 2005 08:08:24 -0800 (PST) Received: from quasar.engr.sgi.com (localhost [127.0.0.1]) by quasar.engr.sgi.com (SGI-8.12.5/8.12.5) with ESMTP id j27G6ne5123718; Mon, 7 Mar 2005 08:07:31 -0800 (PST) Received: (from davea@localhost) by quasar.engr.sgi.com (SGI-8.12.5/8.12.5/Submit) id j27G5kvu123792; Mon, 7 Mar 2005 08:05:46 -0800 (PST) Date: Mon, 07 Mar 2005 16:08:00 -0000 From: David Anderson Message-Id: <200503071605.j27G5kvu123792@quasar.engr.sgi.com> To: msnyder@redhat.com, gdb-patches@sources.redhat.com Subject: Re: mn10300 commit, minor typo X-SW-Source: 2005-03/txt/msg00074.txt.bz2 mn10300-prologue.c + MY_FRAME_IN_SP: The base of the current frame is actually in + the stack pointer. This can happen for frame pointerless + functions, or cases where we're stopped in the prologue/epilogue + itself. For these cases mn10300_analyze_prologue will need up + update fi->frame before returning or analyzing the register 'need up update ' (see 2 lines above) should be ... what? + save instructions. David Anderson