diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2013-11-07 16:08:22 +0100 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gcc.gnu.org> | 2013-11-07 16:08:22 +0100 |
commit | 0d40ed4302f4b4716b68d1e125c223b248121037 (patch) | |
tree | 90a29b90121b86a2de12d03b9547df480439dbd5 /gcc/doc/sourcebuild.texi | |
parent | 32e6ed9287b94556cd9fe1b8a9e28d84b58dd142 (diff) | |
download | gcc-0d40ed4302f4b4716b68d1e125c223b248121037.zip gcc-0d40ed4302f4b4716b68d1e125c223b248121037.tar.gz gcc-0d40ed4302f4b4716b68d1e125c223b248121037.tar.bz2 |
sourcebuild.texi (Top Level): GNU ld can use linker plugins, too.
gcc/
* doc/sourcebuild.texi (Top Level) <lto-plugin>: GNU ld can use
linker plugins, too.
From-SVN: r204521
Diffstat (limited to 'gcc/doc/sourcebuild.texi')
-rw-r--r-- | gcc/doc/sourcebuild.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi index 1a70916..2947ac8 100644 --- a/gcc/doc/sourcebuild.texi +++ b/gcc/doc/sourcebuild.texi @@ -116,7 +116,7 @@ The Stack protector runtime library. The C++ runtime library. @item lto-plugin -Plugin used by @command{gold} if link-time optimizations are enabled. +Plugin used by the linker if link-time optimizations are enabled. @item maintainer-scripts Scripts used by the @code{gccadmin} account on @code{gcc.gnu.org}. |