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 | |
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
-rw-r--r-- | gcc/ChangeLog | 3 | ||||
-rw-r--r-- | gcc/doc/sourcebuild.texi | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index cfb6036..34601b6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,8 @@ 2013-11-07 Thomas Schwinge <thomas@codesourcery.com> + * doc/sourcebuild.texi (Top Level) <lto-plugin>: GNU ld can use + linker plugins, too. + * config/arc/arc.h (LINK_COMMAND_SPEC): For -ftree-parallelize-loops=*, link to libgomp and its dependencies. * config/ia64/hpux.h (LIB_SPEC): Likewise. 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}. |