OSDN Git Service

* doc/extend.texi (flatten attribute): Remove note about unit-at-a-time
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 20 Jul 2008 14:57:17 +0000 (14:57 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 20 Jul 2008 14:57:17 +0000 (14:57 +0000)
commit8188ae06de203ace69d3dafa612b7712a8dd1c94
treeaa3df5a11b81daa4bf2935f747dd343908e7a3c6
parent457a611ff89123c07af891d7e9b8c4bb95032394
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@138009 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/common.opt
gcc/config/rs6000/rs6000.c
gcc/doc/extend.texi
gcc/doc/invoke.texi
gcc/opts.c