doc: Refer to projects as GCC and GDB
authorGerald Pfeifer <gerald@pfeifer.com>
Thu, 26 Jan 2023 11:25:44 +0000 (12:25 +0100)
committerGerald Pfeifer <gerald@pfeifer.com>
Thu, 26 Jan 2023 11:25:44 +0000 (12:25 +0100)
...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.

gcc/doc/sourcebuild.texi

index be43182..df54526 100644 (file)
@@ -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