aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@pfeifer.com>2023-01-26 12:25:44 +0100
committerGerald Pfeifer <gerald@pfeifer.com>2023-01-26 12:25:44 +0100
commit41c3d02fd6a71ed3d86d0e496654b9f6350a2ce5 (patch)
tree7db7b7ed3ed9678f7a6aededbf8190084dd93879 /gcc/doc
parentd427407a199a0c276cb02d6bbb64e6ecc02e590d (diff)
downloadgcc-41c3d02fd6a71ed3d86d0e496654b9f6350a2ce5.zip
gcc-41c3d02fd6a71ed3d86d0e496654b9f6350a2ce5.tar.gz
gcc-41c3d02fd6a71ed3d86d0e496654b9f6350a2ce5.tar.bz2
doc: Refer to projects as GCC and GDB
...instead of gcc and gdb which are the executables (and in case of GCC the C language front end). gcc/ChangeLog: * doc/sourcebuild.texi: Refer to projects as GCC and GDB.
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/sourcebuild.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi
index be43182..df54526 100644
--- a/gcc/doc/sourcebuild.texi
+++ b/gcc/doc/sourcebuild.texi
@@ -73,10 +73,10 @@ The runtime support library for atomic operations (e.g.@: for @code{__sync}
and @code{__atomic}).
@item libbacktrace
-A library that allows gcc to produce backtraces when it crashes.
+A library that allows GCC to produce backtraces when it crashes.
@item libcc1
-A library that allows gdb to make use of the compiler.
+A library that allows GDB to make use of the compiler.
@item libcody
A compiler dynamism library to allow communication between compilers and