From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30839 invoked by alias); 17 Dec 2002 20:59:44 -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 30812 invoked from network); 17 Dec 2002 20:59:37 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by 209.249.29.67 with SMTP; 17 Dec 2002 20:59:37 -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 gBHKXGg28270 for ; Tue, 17 Dec 2002 15:33:16 -0500 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 gBHKxP217480 for ; Tue, 17 Dec 2002 15:59:25 -0500 Received: from localhost.localdomain (vpn50-3.rdu.redhat.com [172.16.50.3]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id gBHKxOL16846 for ; Tue, 17 Dec 2002 15:59:24 -0500 Received: (from kev@localhost) by localhost.localdomain (8.11.6/8.11.6) id gBHKxJe09340 for gdb-patches@sources.redhat.com; Tue, 17 Dec 2002 13:59:19 -0700 Date: Tue, 17 Dec 2002 14:13:00 -0000 From: Kevin Buettner Message-Id: <1021217205918.ZM9339@localhost.localdomain> In-Reply-To: Andrew Cagney "[patch/rfc] Add get_*() to rs6000-tdep.c" (Dec 17, 1:12pm) References: <3DFF68FD.6090403@redhat.com> To: gdb-patches@sources.redhat.com Subject: Re: [patch/rfc] Add get_*() to rs6000-tdep.c MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-12/txt/msg00526.txt.bz2 On Dec 17, 1:12pm, Andrew Cagney wrote: > The attatched modifies rs6000-tdep.c so that it uses > get_frame_extra_info(), get_frame_saved_regs() and > frame_extra_info_zalloc(). > > I'll look to commit this in a few days. It looks okay to me. Commit it now if you like. Kevin