From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24890 invoked by alias); 13 Oct 2004 11:11:31 -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 24880 invoked from network); 13 Oct 2004 11:11:29 -0000 Received: from unknown (HELO beta.dmz-eu.st.com) (164.129.1.35) by sourceware.org with SMTP; 13 Oct 2004 11:11:29 -0000 Received: from zeta.dmz-eu.st.com (ns2.st.com [164.129.230.9]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id A4EBCDC1B; Wed, 13 Oct 2004 11:11:28 +0000 (GMT) Received: by zeta.dmz-eu.st.com (STMicroelectronics, from userid 60012) id 48E99471D6; Wed, 13 Oct 2004 11:11:30 +0000 (GMT) Received: from zeta.dmz-eu.st.com (localhost [127.0.0.1]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 2774475968; Wed, 13 Oct 2004 11:11:30 +0000 (UTC) Received: from mail1.bri.st.com (mail1.bri.st.com [164.129.8.218]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 6A839471E2; Wed, 13 Oct 2004 11:11:29 +0000 (GMT) Received: from st.com (chloe.bri.st.com [164.129.15.48]) by mail1.bri.st.com (MOS 3.4.4-GR) with ESMTP id AKO00999 (AUTH "joern rennecke"); Wed, 13 Oct 2004 12:11:26 +0100 (BST) Message-ID: <416D0D57.3030807@st.com> Date: Wed, 13 Oct 2004 11:11:00 -0000 From: Joern RENNECKE User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030922 MIME-Version: 1.0 To: vinschen@redhat.com Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA] sh-tdep.c: Begin evaluating calling_convention Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-10/txt/msg00228.txt.bz2 > static const char *sh_active_calling_convention = sh_cc_auto; Shouldn't this go into the tdep struct?