diff options
author | Richard Biener <rguenther@suse.de> | 2014-03-18 12:25:06 +0000 |
---|---|---|
committer | Richard Biener <rguenth@gcc.gnu.org> | 2014-03-18 12:25:06 +0000 |
commit | c2679d843f5b01152a8da2798a6718dfe6620791 (patch) | |
tree | 20cb10de3d93ca766bfbce75bf69bf83ba2c1f72 /gcc | |
parent | c07990cc8ce468926c0506becc94654de85534ff (diff) | |
download | gcc-c2679d843f5b01152a8da2798a6718dfe6620791.zip gcc-c2679d843f5b01152a8da2798a6718dfe6620791.tar.gz gcc-c2679d843f5b01152a8da2798a6718dfe6620791.tar.bz2 |
lto.texi (-fresolution): Document.
2014-03-18 Richard Biener <rguenther@suse.de>
* doc/lto.texi (-fresolution): Document.
From-SVN: r208644
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/lto.texi | 6 |
2 files changed, 10 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 67eaa5b..7daef24 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 2014-03-18 Richard Biener <rguenther@suse.de> + * doc/lto.texi (-fresolution): Document. + +2014-03-18 Richard Biener <rguenther@suse.de> + * doc/contrib.texi: Adjust my name. 2014-03-18 Jakub Jelinek <jakub@redhat.com> diff --git a/gcc/doc/lto.texi b/gcc/doc/lto.texi index f53df1e..360f524 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 |