From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10045 invoked by alias); 29 Jun 2007 17:15:16 -0000 Received: (qmail 10031 invoked by uid 22791); 29 Jun 2007 17:15:15 -0000 X-Spam-Check-By: sourceware.org Received: from nitzan.inter.net.il (HELO nitzan.inter.net.il) (213.8.233.22) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 29 Jun 2007 17:15:13 +0000 Received: from HOME-C4E4A596F7 (IGLD-84-228-242-61.inter.net.il [84.228.242.61]) by nitzan.inter.net.il (MOS 3.7.3a-GA) with ESMTP id HCO84367 (AUTH halo1); Fri, 29 Jun 2007 20:15:15 +0300 (IDT) Date: Fri, 29 Jun 2007 17:46:00 -0000 Message-Id: From: Eli Zaretskii To: Jim Blandy CC: drow@false.org, deuling@de.ibm.com, gdb-patches@sourceware.org, uweigand@de.ibm.com In-reply-to: (message from Jim Blandy on Thu, 28 Jun 2007 11:20:12 -0700) Subject: Re: [rfc] Replace macros by gdbarch functions in gdbint manual Reply-to: Eli Zaretskii References: <4678FEBE.7040209@de.ibm.com> <467B7557.9000708@de.ibm.com> <4681382D.1070708@de.ibm.com> <20070627201134.GA8087@caradoc.them.org> 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: 2007-06/txt/msg00530.txt.bz2 > Cc: Daniel Jacobowitz , deuling@de.ibm.com, > gdb-patches@sourceware.org, uweigand@de.ibm.com > From: Jim Blandy > Date: Thu, 28 Jun 2007 11:20:12 -0700 > > > Or maybe, since you say this is the name of an actual variable, use > > @code{struct_return} instead of @var? > > It's an argument to the function, and our convention is to use @var > for those, right? No, not really. However, I missed the fact that struct_return is already in @var in the argument list of push_dummy, and the wording we were discussing is part of the ensuing description of push_dummy. So in this case using @var is exactly right.