aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2007-01-26 08:54:01 +0000
committerEli Zaretskii <eliz@gnu.org>2007-01-26 08:54:01 +0000
commite22ea452717032142f51b3cb8dabbedbd7fb7553 (patch)
tree994240ee792ab134517c6b552e8bf7476d74ecf5
parent78eba9b618898636e01eebd15217a00767744c4b (diff)
downloadgdb-e22ea452717032142f51b3cb8dabbedbd7fb7553.zip
gdb-e22ea452717032142f51b3cb8dabbedbd7fb7553.tar.gz
gdb-e22ea452717032142f51b3cb8dabbedbd7fb7553.tar.bz2
* gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
Use @value{NGCC} instead of @value{GCC}.
-rw-r--r--gdb/doc/gdb.texinfo8
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 1a81505..2cb6e06 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -4491,7 +4491,7 @@ frames in @value{GDBN} commands.
@c underflow problems.
@cindex frameless execution
Some compilers provide a way to compile functions so that they operate
-without stack frames. (For example, the @value{GCC} option
+without stack frames. (For example, the @value{NGCC} option
@smallexample
@samp{-fomit-frame-pointer}
@end smallexample
@@ -11499,7 +11499,7 @@ understands debugging information in whatever format is the standard
generated for that environment; you may use either a @sc{gnu} compiler, or
other compilers that adhere to the local conventions.
Best results are usually obtained from @sc{gnu} compilers; for example,
-using @code{@value{GCC}} you can generate debugging information for
+using @code{@value{NGCC}} you can generate debugging information for
optimized code.
For most kinds of object files, with the exception of old SVR3 systems
@@ -13176,7 +13176,7 @@ either obtain it from your hardware manufacturer, or write your own.
If you do not use the GNU C compiler, you may need other standard
library subroutines as well; this varies from one stub to another,
but in general the stubs are likely to use any of the common library
-subroutines which @code{@value{GCC}} generates as inline code.
+subroutines which @code{@value{NGCC}} generates as inline code.
@node Debug Session
@@ -21930,7 +21930,7 @@ What compiler (and its version) was used to compile @value{GDBN}---e.g.@:
@item
What compiler (and its version) was used to compile the program you are
debugging---e.g.@: ``@value{GCC}--2.8.1'', or ``HP92453-01 A.10.32.03 HP
-C Compiler''. For GCC, you can say @code{gcc --version} to get this
+C Compiler''. For @value{NGCC}, you can say @kbd{gcc --version} to get this
information; for other compilers, see the documentation for those
compilers.