From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1656 invoked by alias); 20 Nov 2002 16:26:42 -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 1568 invoked from network); 20 Nov 2002 16:26:29 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 20 Nov 2002 16:26:29 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 572E83E39; Wed, 20 Nov 2002 11:26:24 -0500 (EST) Message-ID: <3DDBB7B0.2090205@redhat.com> Date: Wed, 20 Nov 2002 08:26:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.0) Gecko/20020824 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Eli Zaretskii Cc: gdb-patches@sources.redhat.com Subject: Re: [patch/rfc] FRAME_FP() -> get_frame_base() References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-11/txt/msg00506.txt.bz2 > On Tue, 19 Nov 2002, Andrew Cagney wrote: > > >> There will be several follow-on patches: >> - replace any occurance of frame->frame with get_frame_base(frame) >> - delete the identical default_frame_address(), replacing all references >> with get_frame_base(). >> - (I guess) re-vamp the PPC so that get_frame_base() is constant through >> out the lifetime of a frame. > > > I presume some patch to gdbint.texinfo should also follow, right? Yes, except I'm starting out by fixing what is currently there. Andrew