aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@acm.org>2007-03-26 15:43:40 +0000
committerBob Wilson <bob.wilson@acm.org>2007-03-26 15:43:40 +0000
commitce9341a1907f9bbeeb99f8f104303015fb7f16fa (patch)
tree9fddc7ff3bc3a06848b2a0e9aece549bb263bc60 /gdb/doc
parentc8f4133a0e1a6a444e6d6ef1cffe35c1cdda8969 (diff)
downloadgdb-ce9341a1907f9bbeeb99f8f104303015fb7f16fa.zip
gdb-ce9341a1907f9bbeeb99f8f104303015fb7f16fa.tar.gz
gdb-ce9341a1907f9bbeeb99f8f104303015fb7f16fa.tar.bz2
* gdb.texinfo (Variables, C): Update cross reference to GCC docs.
Diffstat (limited to 'gdb/doc')
-rw-r--r--gdb/doc/ChangeLog4
-rw-r--r--gdb/doc/gdb.texinfo9
2 files changed, 9 insertions, 4 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index ad54631..1928cf1 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,5 +1,9 @@
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
the order of the nodes.
(C Operators, C Constants, Debugging C): Remove extra menus.
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 4cd3a80..ad6522a 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -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