diff options
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 27 |
2 files changed, 5 insertions, 27 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 421272a..48dff96 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2007-05-16 Daniel Jacobowitz <dan@codesourcery.com> + + * gdb.texinfo (MIPS): Remove documentation for set mips saved-gpreg-size, + show mips saved-gpreg-size, and set mips stack-arg-size. + 2007-05-14 Bob Wilson <bob.wilson@acm.org> * all-cfg.texi (GDBTUI): New. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 6aee296..45005f3 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -15184,33 +15184,6 @@ Several MIPS-specific commands are available when debugging MIPS programs: @table @code -@item set mips saved-gpreg-size @var{size} -@kindex set mips saved-gpreg-size -@cindex MIPS GP register size on stack -Set the size of MIPS general-purpose registers saved on the stack. -The argument @var{size} can be one of the following: - -@table @samp -@item 32 -32-bit GP registers -@item 64 -64-bit GP registers -@item auto -Use the target's default setting or autodetect the saved size from the -information contained in the executable. This is the default -@end table - -@item show mips saved-gpreg-size -@kindex show mips saved-gpreg-size -Show the current size of MIPS GP registers on the stack. - -@item set mips stack-arg-size @var{size} -@kindex set mips stack-arg-size -@cindex MIPS stack space for arguments -Set the amount of stack space reserved for arguments to functions. -The argument can be one of @code{"32"}, @code{"64"} or @code{"auto"} -(the default). - @item set mips abi @var{arg} @kindex set mips abi @cindex set ABI for MIPS |