diff options
author | Randolph Chung <tausq@debian.org> | 2004-06-07 04:31:11 +0000 |
---|---|---|
committer | Randolph Chung <tausq@debian.org> | 2004-06-07 04:31:11 +0000 |
commit | 86fe4aaa4017161bff40ce35a8eda8618d55020e (patch) | |
tree | 53b85486f14e1f3262e207801f91bf6baf6f14db /gdb/doc/ChangeLog | |
parent | 9e50001290dffa366e7edf035688486bc5702427 (diff) | |
download | gdb-86fe4aaa4017161bff40ce35a8eda8618d55020e.zip gdb-86fe4aaa4017161bff40ce35a8eda8618d55020e.tar.gz gdb-86fe4aaa4017161bff40ce35a8eda8618d55020e.tar.bz2 |
2004-06-06 Randolph Chung <tausq@debian.org>
* gdb.texinfo (push_dummy_call): Use @code{struct value}.
Diffstat (limited to 'gdb/doc/ChangeLog')
-rw-r--r-- | gdb/doc/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 22052c2..a7a850c 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -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. |