]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/lto/ChangeLog
ipa.c (function_and_variable_visibility): Decompose DECL_ONE_ONLY groups when we...
authorJan Hubicka <hubicka@ucw.cz>
Tue, 4 Feb 2014 23:26:36 +0000 (00:26 +0100)
committerJan Hubicka <hubicka@gcc.gnu.org>
Tue, 4 Feb 2014 23:26:36 +0000 (23:26 +0000)
commitd665f8dde6f4d6c68635cbef972ef7ce085a359b
treebbf5ad857d73a9614797d6f9dbe1e05f2d043715
parent6a071860bfd406eaad6b5c8ad68b1632ed1c9de6
ipa.c (function_and_variable_visibility): Decompose DECL_ONE_ONLY groups when we know they are controlled by LTO.

* ipa.c (function_and_variable_visibility): Decompose DECL_ONE_ONLY
groups when we know they are controlled by LTO.
* varasm.c (default_binds_local_p_1): If object is in other partition,
it will be resolved locally.

* lto-partition.c (get_symbol_class): Only unforced DECL_ONE_ONLY
needs duplicating, not generic COMDAT.

From-SVN: r207489
gcc/ChangeLog
gcc/ipa.c
gcc/lto/ChangeLog
gcc/lto/lto-partition.c
gcc/varasm.c