extend.texi (flatten attribute): Remove note about unit-at-a-time
authorJan Hubicka <jh@suse.cz>
Sun, 20 Jul 2008 14:57:17 +0000 (16:57 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Sun, 20 Jul 2008 14:57:17 +0000 (14:57 +0000)
commitd6cc6ec9d11523de305be40a6e0e36ea9996de57
treeaa3df5a11b81daa4bf2935f747dd343908e7a3c6
parentc0b215ccf649d4cd8f8dd4942ff6e57fb4584bb7
extend.texi (flatten attribute): Remove note about unit-at-a-time

* doc/extend.texi (flatten attribute): Remove note about unit-at-a-time
* doc/invoke.texi (--combine): Likewise.
(-finline-functions-called-once): Update levels when enabled.
(-funit-at-a-time): Document new behaviour.
(-ftoplevel-reorder): Document that it is enabled -O0 and imply
-fno-section-anchors when disabled explicitly.
(inline params): They are not ignored now.
(precompiled headers): Remove unit-at-a-time as being incompatible.
* opts.c (decode_options): Handle unit-at-a-time as alias;
imply -fno-section-anchors when toplevel reorder is disabled
explicitly.
* common.opt (ftoplevel-reorder): Set default value to 2.
(funit-at-a-time): Set default value to 1.
* config/rs6000/rs6000.c (optimization_options): Set section anchors
to 2.

From-SVN: r138009
gcc/ChangeLog
gcc/common.opt
gcc/config/rs6000/rs6000.c
gcc/doc/extend.texi
gcc/doc/invoke.texi
gcc/opts.c