From: Richard Biener Date: Tue, 18 Mar 2014 12:25:06 +0000 (+0000) Subject: lto.texi (-fresolution): Document. X-Git-Tag: releases/gcc-4.9.0~412 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c2679d843f5b01152a8da2798a6718dfe6620791;p=thirdparty%2Fgcc.git lto.texi (-fresolution): Document. 2014-03-18 Richard Biener * doc/lto.texi (-fresolution): Document. From-SVN: r208644 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 67eaa5b39718..7daef24f5abc 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2014-03-18 Richard Biener + + * doc/lto.texi (-fresolution): Document. + 2014-03-18 Richard Biener * doc/contrib.texi: Adjust my name. diff --git a/gcc/doc/lto.texi b/gcc/doc/lto.texi index f53df1e933bf..360f5240491e 100644 --- a/gcc/doc/lto.texi +++ b/gcc/doc/lto.texi @@ -586,4 +586,10 @@ optimizes an object and produces the final assembly. This option specifies a file to which the names of LTRANS output files are written. This option is only meaningful in conjunction with @option{-fwpa}. + +@item -fresolution=@var{file} +@opindex fresolution +This option specifies the linker resolution file. This option is +only meaningful in conjunction with @option{-fwpa} and as option +to pass through to the LTO linker pluign. @end itemize