]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/Makefile.in
* ipa.c: Include pointer-set.h
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 8 Jul 2010 14:20:23 +0000 (14:20 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 8 Jul 2010 14:20:23 +0000 (14:20 +0000)
commitced14259dafe3918bebc987e342d4c371249b681
treeb48a07adef9b35b2300676942bad2b110175cd69
parent75cc9a88cb1d2e54d9d64e696f9435007be8d1bd
* ipa.c: Include pointer-set.h
(cgraph_externally_visible_p): New attribute ALIASED;
when in LTO, hidden symbols are local unless they are aliased.
(function_and_variable_visibility): Compute aliased nodes;
handle LTO and hidden symbol on functions and vars.
* cgraph.c (cgraph_make_decl_local): Clear NAMED_SECTION
for COMDAT symbols; handle COMDAT_GROUPS also at vars.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@161957 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/Makefile.in
gcc/cgraph.c
gcc/ipa.c