From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2192 invoked by alias); 14 Dec 2004 15:41:38 -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 1475 invoked from network); 14 Dec 2004 15:40:54 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 14 Dec 2004 15:40:54 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id iBEFes5J020664 for ; Tue, 14 Dec 2004 10:40:54 -0500 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id iBEFeqr13416 for ; Tue, 14 Dec 2004 10:40:53 -0500 Received: from cygbert.vinschen.de (vpn50-57.rdu.redhat.com [172.16.50.57]) by potter.sfbay.redhat.com (8.12.8/8.12.8) with ESMTP id iBEFek4a014171 for ; Tue, 14 Dec 2004 10:40:48 -0500 Received: by cygbert.vinschen.de (Postfix, from userid 500) id 2EAA358092; Tue, 14 Dec 2004 16:42:47 +0100 (CET) Date: Tue, 14 Dec 2004 15:53:00 -0000 From: Corinna Vinschen To: gdb-patches@sources.redhat.com Subject: Re: [PATCH] sh-tdep.c: Rename store/extract functions for better readability (was Re: [PATCH]: SH 2a - Part 4: Begin using RETURN_VALUE) Message-ID: <20041214154247.GA4226@cygbert.vinschen.de> Reply-To: gdb-patches@sources.redhat.com Mail-Followup-To: gdb-patches@sources.redhat.com References: <20040909124701.GA7927@cygbert.vinschen.de> <16738.43902.850632.187540@localhost.redhat.com> <20041006090809.GE3744@cygbert.vinschen.de> <16739.58104.488965.241196@localhost.redhat.com> <20041006125547.GJ6702@cygbert.vinschen.de> <16760.31946.85984.381978@localhost.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <16760.31946.85984.381978@localhost.redhat.com> User-Agent: Mutt/1.4.2i X-SW-Source: 2004-12/txt/msg00371.txt.bz2 On Oct 21 23:21, Elena Zannoni wrote: > Corinna Vinschen writes: > > On Oct 6 08:20, Elena Zannoni wrote: > > > Corinna Vinschen writes: > > > > Is it ok to rename them? > > > > > > Sure, send a patch. > > > > Cool, see below. > > > > Corinna > > > > * sh-tdep.c (sh_extract_return_value_nofpu): Rename from > > sh_default_extract_return_value. > > (sh_extract_return_value_fpu): Rename from > > sh3e_sh4_extract_return_value. > > (sh_store_return_value_nofpu): Rename from > > sh_default_store_return_value. > > (sh_store_return_value_fpu): Rename from sh3e_sh4_store_return_value. > > (sh_return_value_nofpu): Accomodate above changes. > > (sh_return_value_fpu): Ditto. > > OK Applied. Thanks, Corinna