diff options
Diffstat (limited to 'gcc')
-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}. |