]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* gdb.texinfo (Variables, C): Update cross reference to GCC docs.
authorBob Wilson <bob.wilson@acm.org>
Mon, 26 Mar 2007 15:43:40 +0000 (15:43 +0000)
committerBob Wilson <bob.wilson@acm.org>
Mon, 26 Mar 2007 15:43:40 +0000 (15:43 +0000)
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index ad54631f5481fe30a7d31428fdac51f5c528cf4a..1928cf13cfceb18dc8a7c5588b7c663bbfac7324 100644 (file)
@@ -1,3 +1,7 @@
+2007-03-26  Bob Wilson  <bob.wilson@acm.org>
+
+       * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
+
 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
 
        * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
index 4cd3a8082bd546248b0e62bf1a2c44008636c4cd..ad6522a02cbd3d703d904ea2679ef5c2eb34d6c6 100644 (file)
@@ -5623,8 +5623,9 @@ usually supports the @option{-gstabs+} option.  @option{-gstabs+}
 produces debug info in a format that is superior to formats such as
 COFF.  You may be able to use DWARF 2 (@option{-gdwarf-2}), which is also
 an effective form for debug info.  @xref{Debugging Options,,Options
-for Debugging Your Program or @sc{gnu} CC, gcc.info, Using @sc{gnu} CC}.
-@xref{C, , Debugging C++}, for more info about debug info formats
+for Debugging Your Program or GCC, gcc.info, Using the @sc{gnu}
+Compiler Collection (GCC)}.
+@xref{C, , Debugging C++}, for more information about debug info formats
 that are best suited to C@t{++} programs.
 
 If you ask to print an object whose contents are unknown to
@@ -9015,8 +9016,8 @@ For best results when using @sc{gnu} C@t{++}, use the DWARF 2 debugging
 format; if it doesn't work on your system, try the stabs+ debugging
 format.  You can select those formats explicitly with the @code{g++}
 command-line options @option{-gdwarf-2} and @option{-gstabs+}.
-@xref{Debugging Options,,Options for Debugging Your Program or @sc{gnu}
-CC, gcc.info, Using @sc{gnu} CC}.
+@xref{Debugging Options,,Options for Debugging Your Program or GCC,
+gcc.info, Using the @sc{gnu} Compiler Collection (GCC)}.
 
 @menu
 * C Operators::                 C and C@t{++} operators