From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17862 invoked by alias); 23 Sep 2003 21:27:48 -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 17855 invoked from network); 23 Sep 2003 21:27:48 -0000 Received: from unknown (HELO localhost.redhat.com) (207.219.125.105) by sources.redhat.com with SMTP; 23 Sep 2003 21:27:48 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 938B32B89; Tue, 23 Sep 2003 17:27:51 -0400 (EDT) Message-ID: <3F70BAD7.9020706@redhat.com> Date: Tue, 23 Sep 2003 21:27:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030820 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Corinna Vinschen Cc: Elena Zannoni , gdb-patches@sources.redhat.com Subject: Re: [RFA] sh-tdep.c: Follow up patch to implement two different ABIs References: <20030917161127.GM9981@cygbert.vinschen.de> <16240.45203.260059.116019@localhost.redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-09/txt/msg00512.txt.bz2 > I think this patch has too much stuff in it. Can you change it to fix > the gcc abi (the fpu stuff), and then add the rest for the renesas > variant? > > > > > > > - Add the commands `set calling_convention ' and > > `show calling_convention' with being one of "gcc" and "renesas". > > Default to "gcc". FYI, given it's sh specific, it should be: set/show sh calling-convention I suspect there should also be an "auto" option. Andrew