diff options
author | Eli Zaretskii <eliz@gnu.org> | 2000-10-16 07:34:02 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2000-10-16 07:34:02 +0000 |
commit | 96c405b3f019201b231d08bc63e3dfa132871de6 (patch) | |
tree | 1b67bb33b099361bb0021401891d40f6e184ab52 /gdb | |
parent | 832c69cf028a7fc32de1bd6261451a9354707e4e (diff) | |
download | gdb-96c405b3f019201b231d08bc63e3dfa132871de6.zip gdb-96c405b3f019201b231d08bc63e3dfa132871de6.tar.gz gdb-96c405b3f019201b231d08bc63e3dfa132871de6.tar.bz2 |
Spelling changes from Dmitry Sivachenko <dima@Chg.RU>.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 6 | ||||
-rw-r--r-- | gdb/mi/ChangeLog | 6 | ||||
-rw-r--r-- | gdb/mi/gdbmi.texinfo | 2 |
4 files changed, 15 insertions, 4 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 1dc783e..63ab0a7 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2000-10-16 Eli Zaretskii <eliz@is.elta.co.il> + + * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling + changes from Dmitry Sivachenko <dima@Chg.RU>. + 2000-09-26 Eli Zaretskii <eliz@is.elta.co.il> * gdb.texinfo (Hooks): Document the new post-hook functionality. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 2aee191..f80462f 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -325,7 +325,7 @@ Henkel-Wallace, Rich Pixley, Steve Chamberlain, and John Gilmore. David Johnson wrote the original COFF support; Pace Willison did the original support for encapsulated COFF. -Brent Benson of Harris Computer Systems contributed DWARF 2 support. +Brent Benson of Harris Computer Systems contributed DWARF2 support. Adam de Boor and Bradley Davis contributed the ISI Optimum V support. Per Bothner, Noboyuki Hikichi, and Alessandro Forin contributed MIPS @@ -4500,7 +4500,7 @@ different debug info format, if the compiler supports several such formats. For example, @value{NGCC}, the @sc{gnu} C/C++ compiler usually supports the @samp{-gstabs} option. @samp{-gstabs} produces debug info in a format that is superior to formats such as COFF. You may be able -to use DWARF-2 (@samp{-gdwarf-2}), which is also an effective form for +to use DWARF2 (@samp{-gdwarf-2}), which is also an effective form for debug info. See @ref{Debugging Options,,Options for Debugging Your Program or @sc{gnu} CC, gcc.info, Using @sc{gnu} CC}, for more information. @@ -10869,7 +10869,7 @@ Array Tech LSI33K RAID controller board. Use the @code{set processor} command to set the type of MIPS processor when you want to access processor-type-specific registers. For example, @code{set processor @var{r3041}} tells @value{GDBN} -to use the CPO registers appropriate for the 3041 chip. +to use the CPU registers appropriate for the 3041 chip. Use the @code{show processor} command to see what MIPS processor @value{GDBN} is using. Use the @code{info reg} command to see what registers @value{GDBN} is using. diff --git a/gdb/mi/ChangeLog b/gdb/mi/ChangeLog index 3736fbd..15a1dde 100644 --- a/gdb/mi/ChangeLog +++ b/gdb/mi/ChangeLog @@ -1,3 +1,9 @@ +2000-10-16 Eli Zaretskii <eliz@is.elta.co.il> + + * gdbmi.texinfo (GDB/MI Variable Objects): Dimensions of + multitable changed to "@columnfractions .4 .6". Suggested by + Dmitry Sivachenko <dima@Chg.RU>. + 2000-08-23 Eli Zaretskii <eliz@is.elta.co.il> * gdbmi.texinfo: Change flathead -> @sc{gdb/mi}. diff --git a/gdb/mi/gdbmi.texinfo b/gdb/mi/gdbmi.texinfo index 99dfdf2..2e2ff8d 100644 --- a/gdb/mi/gdbmi.texinfo +++ b/gdb/mi/gdbmi.texinfo @@ -3478,7 +3478,7 @@ for pointers, etc.). The following is the complete set of @sc{gdb/mi} operations defined to access this functionality: -@multitable @columnfractions .3 .6 +@multitable @columnfractions .4 .6 @item @strong{Operation} @tab @strong{Description} |