OSDN Git Service

2004-06-06 Randolph Chung <tausq@debian.org>
authorRandolph Chung <tausq@debian.org>
Mon, 7 Jun 2004 04:31:11 +0000 (04:31 +0000)
committerRandolph Chung <tausq@debian.org>
Mon, 7 Jun 2004 04:31:11 +0000 (04:31 +0000)
* gdb.texinfo (push_dummy_call): Use @code{struct value}.

gdb/doc/ChangeLog
gdb/doc/gdbint.texinfo

index 22052c2..a7a850c 100644 (file)
@@ -1,5 +1,9 @@
 2004-06-06  Randolph Chung  <tausq@debian.org>
 
+       * gdb.texinfo (push_dummy_call): Use @code{struct value}.
+
+2004-06-06  Randolph Chung  <tausq@debian.org>
+
        * gdb.texinfo (push_dummy_call): Update argument list to match 
        the new push_dummy_call method signature.  Describe the function
        argument.
index f84f9a6..b12f6a4 100644 (file)
@@ -38,7 +38,7 @@ Free Documentation License''.
 @page
 @tex
 \def\$#1${{#1}}  % Kluge: collect RCS revision info without $...$
-\xdef\manvers{\$Revision: 1.204 $}  % For use in headers, footers too
+\xdef\manvers{\$Revision: 1.205 $}  % For use in headers, footers too
 {\parskip=0pt
 \hfill Cygnus Solutions\par
 \hfill \manvers\par
@@ -3643,7 +3643,7 @@ the inferior function onto the stack.  In addition to pushing
 @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.