2004-06-06 Randolph Chung <tausq@debian.org>

* gdb.texinfo (push_dummy_call): Use @code{struct value}.
This commit is contained in:
Randolph Chung 2004-06-07 04:31:11 +00:00
parent 9e50001290
commit 86fe4aaa40
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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

View File

@ -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.