From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22457 invoked by alias); 18 Dec 2002 15:27:47 -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 22440 invoked from network); 18 Dec 2002 15:27:43 -0000 Received: from unknown (HELO localhost.redhat.com) (195.224.55.237) by 209.249.29.67 with SMTP; 18 Dec 2002 15:27:43 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id C149B3C4F; Wed, 18 Dec 2002 15:27:28 +0000 (GMT) Message-ID: <3E0093E0.5000904@redhat.com> Date: Wed, 18 Dec 2002 07:37:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.1) Gecko/20021211 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kevin Buettner Cc: gdb-patches@sources.redhat.com Subject: Re: [patch/rfc] Add get_*() to rs6000-tdep.c References: <3DFF68FD.6090403@redhat.com> <1021217205918.ZM9339@localhost.localdomain> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-12/txt/msg00534.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. Wicked. In. Andrew