From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4052 invoked by alias); 13 Aug 2003 22:14:07 -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 4045 invoked from network); 13 Aug 2003 22:14:06 -0000 Received: from unknown (HELO neon-gw.transmeta.com) (63.209.4.196) by sources.redhat.com with SMTP; 13 Aug 2003 22:14:06 -0000 Received: (from root@localhost) by neon-gw.transmeta.com (8.9.3/8.9.3) id PAA25665; Wed, 13 Aug 2003 15:14:00 -0700 Received: from mailhost.transmeta.com(10.1.1.15) by neon-gw.transmeta.com via smap (V2.1) id xma025652; Wed, 13 Aug 03 15:13:32 -0700 Received: from casey.transmeta.com (casey.transmeta.com [10.10.25.22]) by deepthought.transmeta.com (8.11.6/8.11.6) with ESMTP id h7DMDa301125; Wed, 13 Aug 2003 15:13:36 -0700 (PDT) Received: (from dje@localhost) by casey.transmeta.com (8.9.3/8.7.3) id PAA06156; Wed, 13 Aug 2003 15:13:36 -0700 From: Doug Evans MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16186.47120.690682.967036@casey.transmeta.com> Date: Wed, 13 Aug 2003 22:14:00 -0000 To: Michael Snyder Cc: gdb-patches@sources.redhat.com Subject: [PATCH] gdbarch upkeep for FRV In-Reply-To: <3F3AB511.2010509@redhat.com> References: <3F3AB511.2010509@redhat.com> X-SW-Source: 2003-08/txt/msg00228.txt.bz2 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?