From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22267 invoked by alias); 13 Aug 2003 22:48:12 -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 22260 invoked from network); 13 Aug 2003 22:48:11 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 13 Aug 2003 22:48:11 -0000 Received: from int-mx2.corp.redhat.com (nat-pool-rdu-dmz.redhat.com [172.16.52.200] (may be forged)) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h7DMmAt04503 for ; Wed, 13 Aug 2003 18:48:10 -0400 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx2.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h7DMm9L13495; Wed, 13 Aug 2003 18:48:09 -0400 Received: from redhat.com (reddwarf.sfbay.redhat.com [172.16.24.50]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id h7DMm8O28960; Wed, 13 Aug 2003 15:48:08 -0700 Message-ID: <3F3AC028.4090406@redhat.com> Date: Wed, 13 Aug 2003 22:48:00 -0000 From: Michael Snyder User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Doug Evans CC: gdb-patches@sources.redhat.com Subject: Re: [PATCH] gdbarch upkeep for FRV References: <3F3AB511.2010509@redhat.com> <16186.47120.690682.967036@casey.transmeta.com> In-Reply-To: <16186.47120.690682.967036@casey.transmeta.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-08/txt/msg00230.txt.bz2 Doug Evans wrote: >Michael Snyder writes: > > Just a few tweaks that have fallen thru the cracks. > > BTW, this target needs some upkeep WRT the new frame_info model. > > > > > > 2003-08-13 Michael Snyder > > > > * frv-tdep.c (frv_push_arguments): Use deprecated ftype. > > (frv_saved_pc_after_call): Use deprecated ftype. > > (stupid_useless_init_extra_frame_info): Remove orphan prototype. > > (frv_remote_translate_xfer_address): Remove. > > (frv_gdbarch_init): Use generic_remote_translate_xfer_address. > >Does this bring frv-tdep.c up to date with what's in Redhat's internal tree? > > They're already in sync -- our internal one doesn't build either, unfortunately.