From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21724 invoked by alias); 7 Jun 2004 04:31:43 -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 21711 invoked from network); 7 Jun 2004 04:31:42 -0000 Received: from unknown (HELO pippin.tausq.org) (64.81.244.94) by sourceware.org with SMTP; 7 Jun 2004 04:31:42 -0000 Received: by pippin.tausq.org (Postfix, from userid 1000) id 19307CD28A; Sun, 6 Jun 2004 21:31:43 -0700 (PDT) Date: Mon, 07 Jun 2004 04:31:00 -0000 From: Randolph Chung To: Eli Zaretskii Cc: gdb-patches@sources.redhat.com Subject: Re: [patch/commit] function descriptor handling for push_dummy_call Message-ID: <20040607043143.GF601@tausq.org> Reply-To: Randolph Chung References: <20040604061024.GQ601@tausq.org> <40C0C30C.7020308@gnu.org> <20040607021531.GB601@tausq.org> <3405-Mon07Jun2004072253+0300-eliz@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3405-Mon07Jun2004072253+0300-eliz@gnu.org> X-GPG: for GPG key, see http://www.tausq.org/gpg.txt User-Agent: Mutt/1.5.5.1+cvs20040105i X-SW-Source: 2004-06/txt/msg00114.txt.bz2 > Please say @code{struct value}. Since these are C identifiers, they > should appear in an appropriate typeface in the printed version. committed, thanks. randolph 2004-06-06 Randolph Chung * gdb.texinfo (push_dummy_call): Use @code{struct value}. Index: gdbint.texinfo =================================================================== RCS file: /cvs/src/src/gdb/doc/gdbint.texinfo,v retrieving revision 1.204 diff -u -p -r1.204 gdbint.texinfo --- gdbint.texinfo 7 Jun 2004 02:12:59 -0000 1.204 +++ gdbint.texinfo 7 Jun 2004 04:31:01 -0000 @@ -3643,7 +3643,7 @@ the inferior function onto the stack. I @var{nargs}, the code should push @var{struct_addr} (when @var{struct_return}), and the return address (@var{bp_addr}). -@var{function} is a pointer to a struct value; on architectures that use +@var{function} is a pointer to a @code{struct value}; on architectures that use function descriptors, this contains the function descriptor value. Returns the updated top-of-stack pointer. -- Randolph Chung Debian GNU/Linux Developer, hppa/ia64 ports http://www.tausq.org/