From: Gerald Pfeifer Date: Thu, 26 Jan 2023 11:25:44 +0000 (+0100) Subject: doc: Refer to projects as GCC and GDB X-Git-Tag: basepoints/gcc-14~1827 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41c3d02fd6a71ed3d86d0e496654b9f6350a2ce5;p=thirdparty%2Fgcc.git 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. --- diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi index be4318221cc7..df54526464ee 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