From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21384 invoked by alias); 22 Oct 2004 03:31:36 -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 21376 invoked from network); 22 Oct 2004 03:31:34 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 22 Oct 2004 03:31:34 -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 i9M3VY94016135 for ; Thu, 21 Oct 2004 23:31:34 -0400 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 i9M3VXr25939 for ; Thu, 21 Oct 2004 23:31:33 -0400 Received: from localhost.redhat.com (devserv.devel.redhat.com [172.16.58.1]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id i9M3VXIi006414 for ; Thu, 21 Oct 2004 23:31:33 -0400 Received: by localhost.redhat.com (Postfix, from userid 469) id 30E821A467A; Thu, 21 Oct 2004 23:21:46 -0400 (EDT) From: Elena Zannoni MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16760.31946.85984.381978@localhost.redhat.com> Date: Fri, 22 Oct 2004 03:31:00 -0000 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) In-Reply-To: <20041006125547.GJ6702@cygbert.vinschen.de> 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> X-SW-Source: 2004-10/txt/msg00366.txt.bz2 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