]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
doc: consistently spell 'GNU Binutils'
authorSam James <sam@gentoo.org>
Thu, 4 Sep 2025 22:52:46 +0000 (23:52 +0100)
committerSam James <sam@gentoo.org>
Sat, 6 Sep 2025 18:41:04 +0000 (19:41 +0100)
gcc/ChangeLog:

* doc/invoke.texi: Capitalize 'GNU Binutils' consistently.

gcc/doc/invoke.texi

index 971239882bf6c1f2c26565f1989ca6bbc3a8acdb..cb8508685da1984f5c37abe02265ae7fa93b142b 100644 (file)
@@ -19060,7 +19060,7 @@ available for the latter code to run.  If compiling all code,
 including library code, with @option{-fsplit-stack} is not an option,
 then the linker can fix up these calls so that the code compiled
 without @option{-fsplit-stack} always has a large stack.  Support for
-this is implemented in the gold linker in GNU binutils release 2.21
+this is implemented in the gold linker in GNU Binutils release 2.21
 and later.
 
 @opindex fstrub=disable
@@ -26904,7 +26904,7 @@ arithmetic instead of IEEE single and double precision.
 @itemx -mno-explicit-relocs
 Older Alpha assemblers provided no way to generate symbol relocations
 except via assembler macros.  Use of these macros does not allow
-optimal instruction scheduling.  GNU binutils as of version 2.12
+optimal instruction scheduling.  GNU Binutils as of version 2.12
 supports a new syntax that allows the compiler to explicitly mark
 which relocations should apply to which instructions.  This option
 is mostly useful for debugging, as GCC detects the capabilities of