aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2025-09-04 23:52:46 +0100
committerSam James <sam@gentoo.org>2025-09-06 19:41:04 +0100
commit57e7176e9af93f0c39f8a284772386d8d6ff49ee (patch)
treeffa6a2402537e05016c49bd0ba66500d102f98e0 /gcc
parenta2a4a6c05713afe17d8e66c3903c0da750e7aec5 (diff)
downloadgcc-57e7176e9af93f0c39f8a284772386d8d6ff49ee.zip
gcc-57e7176e9af93f0c39f8a284772386d8d6ff49ee.tar.gz
gcc-57e7176e9af93f0c39f8a284772386d8d6ff49ee.tar.bz2
doc: consistently spell 'GNU Binutils'
gcc/ChangeLog: * doc/invoke.texi: Capitalize 'GNU Binutils' consistently.
Diffstat (limited to 'gcc')
-rw-r--r--gcc/doc/invoke.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 9712398..cb85086 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -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