From 41c3d02fd6a71ed3d86d0e496654b9f6350a2ce5 Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Thu, 26 Jan 2023 12:25:44 +0100 Subject: [PATCH] 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. --- gcc/doc/sourcebuild.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.2