From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19270 invoked by alias); 24 Sep 2002 23:44:48 -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 19255 invoked from network); 24 Sep 2002 23:44:46 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 24 Sep 2002 23:44:46 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id g8ONQsi29986 for ; Tue, 24 Sep 2002 19:26:54 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g8ONief00302; Tue, 24 Sep 2002 19:44:40 -0400 Received: from localhost.localdomain (vpn50-41.rdu.redhat.com [172.16.50.41]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g8ONieJ01213; Tue, 24 Sep 2002 19:44:40 -0400 Received: (from kev@localhost) by localhost.localdomain (8.11.6/8.11.6) id g8ONiYv09251; Tue, 24 Sep 2002 16:44:34 -0700 Date: Tue, 24 Sep 2002 16:44:00 -0000 From: Kevin Buettner Message-Id: <1020924234434.ZM9250@localhost.localdomain> In-Reply-To: Andrew Cagney "[rfa/ppc] Return the dummy frame's saved pc" (Sep 24, 10:16am) References: <3D9073CC.4010201@redhat.com> To: Andrew Cagney , gdb-patches@sources.redhat.com Subject: Re: [rfa/ppc] Return the dummy frame's saved pc MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-09/txt/msg00597.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.