This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch/commit] function descriptor handling for push_dummy_call


> 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  <tausq@debian.org>
 
	* 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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]