From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13841 invoked by alias); 21 Apr 2008 19:43:28 -0000 Received: (qmail 13833 invoked by uid 22791); 21 Apr 2008 19:43:27 -0000 X-Spam-Check-By: sourceware.org Received: from mtaout4.012.net.il (HELO mtaout4.012.net.il) (84.95.2.10) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 21 Apr 2008 19:43:08 +0000 Received: from HOME-C4E4A596F7 ([83.130.1.82]) by i_mtaout4.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0JZO000HKY3B24G4@i_mtaout4.012.net.il> for gdb-patches@sourceware.org; Mon, 21 Apr 2008 22:57:15 +0300 (IDT) Date: Mon, 21 Apr 2008 20:01:00 -0000 From: Eli Zaretskii Subject: Re: [RFA] Support for multiple calling conventions, patch 3/3: Use calling convention information to handle differnt ABIs on sh target In-reply-to: <20080421153008.GV23852@calimero.vinschen.de> X-012-Sender: halo1@inter.net.il To: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: References: <20080415115840.GA22994@calimero.vinschen.de> <20080417162802.GI17488@caradoc.them.org> <20080421153008.GV23852@calimero.vinschen.de> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-04/txt/msg00444.txt.bz2 > Date: Mon, 21 Apr 2008 17:30:08 +0200 > From: Corinna Vinschen > > Is the following documentation patch ok? Yes, with comments: > +@cindex Set SH Calling convention All index entries should start with a lower-case letter, for consistency. > +In the @samp{gcc} setting, functions are called using the gcc calling ^^ "With" is better than "in" here. Also, we use @value{NGCC} instead of literal "gcc" (this doesn't apply to @samp{gcc}, of course). > +convention. If the DWARF-2 information of the called function specifies > +that the function is following the Renesas calling convention, the function ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ "the function follows the Renesas calling convention" > +is called using the renesas calling convention. If the calling convention ^^^^^^^ "renesas" or "Renesas"? we should be consistent. > +is set to @samp{renesas}, the Renesas calling convention is always used, > +regardless of the Dwarf-2 information. This can be used to override the "DWARF-2" or "Dwarf-2"? > +@item show sh calling-convention > +@cindex Show SH Calling convention Finally, please index each command (literally) with @kindex, as we do for all other commands. Thanks.