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