From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21612 invoked by alias); 25 Sep 2002 13:35:09 -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 21604 invoked from network); 25 Sep 2002 13:35:08 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 25 Sep 2002 13:35:08 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 34E113D1E; Wed, 25 Sep 2002 09:35:08 -0400 (EDT) Message-ID: <3D91BB8B.3060308@redhat.com> Date: Wed, 25 Sep 2002 06:35: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: Kevin Buettner Cc: gdb-patches@sources.redhat.com Subject: Re: [rfa/ppc] Return the dummy frame's saved pc References: <3D9073CC.4010201@redhat.com> <1020924234434.ZM9250@localhost.localdomain> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-09/txt/msg00608.txt.bz2 > On Sep 24, 10:16am, Andrew Cagney wrote: > > >> 2002-09-24 Andrew Cagney >> >> * rs6000-tdep.c (rs6000_frame_saved_pc): If the link register >> wasn't saved, and the next innermost frame is a dummy, return the >> dummy frame's link register. > > > Okay. Done. Andrew