invoke.texi (ffat-lto-objects): Document.
commitcc8547a776d53c324e8edc19a143a1ac75e7ca0a
authorAndi Kleen <ak@linux.intel.com>
Tue, 27 Sep 2011 14:36:48 +0000 (27 14:36 +0000)
committerJan Hubicka <hubicka@gcc.gnu.org>
Tue, 27 Sep 2011 14:36:48 +0000 (27 14:36 +0000)
tree6a51259b773d6ffc2a40c93fe609a3331fd17b5f
parent3019bbaeb3c0156d6e9ca646850a99054963301a
invoke.texi (ffat-lto-objects): Document.

* doc/invoke.texi (ffat-lto-objects): Document.
* toplev.c (compile_file): Do not output assembly when doing slim lto;
Output __gnu_slim_lto when doing slim lto.
* cgraphunit.c (ipa_passes): Do only analysis when producing slim lto.
(cgraph_optimize): Return early when doing slim lto.
* opts.c (finish_options): Complain about lack of linker plugin
when doing slim lto.
* common.opt (ffat-lto-objects): New.

Co-Authored-By: Jan Hubicka <jh@suse.cz>
From-SVN: r179271
gcc/ChangeLog
gcc/cgraphunit.c
gcc/common.opt
gcc/doc/invoke.texi
gcc/opts.c
gcc/toplev.c