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 22052c25c72fd9a25ee7c98b8d84cb113c810846..a7a850c948ec37ea1fbda003b5dc6e0b46584539 100644 (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 
index 7235f2274fdd59fae240fab9118e06beaf669a5c..b3182575bf187f3949596675a3730dac9569a697 100644 (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.
This page took 0.03679 seconds and 4 git commands to generate.