From 86fe4aaa4017161bff40ce35a8eda8618d55020e Mon Sep 17 00:00:00 2001 From: Randolph Chung Date: Mon, 7 Jun 2004 04:31:11 +0000 Subject: [PATCH] 2004-06-06 Randolph Chung * gdb.texinfo (push_dummy_call): Use @code{struct value}. --- gdb/doc/ChangeLog | 4 ++++ gdb/doc/gdbint.texinfo | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 22052c25c7..a7a850c948 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2004-06-06 Randolph Chung + + * gdb.texinfo (push_dummy_call): Use @code{struct value}. + 2004-06-06 Randolph Chung * gdb.texinfo (push_dummy_call): Update argument list to match diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index 7235f2274f..b3182575bf 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -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.