lto.c (globalize_cross_file_statics): When function has address taken, it needs to...
authorJan Hubicka <jh@suse.cz>
Wed, 21 Apr 2010 14:41:03 +0000 (16:41 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Wed, 21 Apr 2010 14:41:03 +0000 (14:41 +0000)
commitc9945504c9d6e69b961da97948a5b7e40404f10b
tree518cccaa543aa060a4a7880a9edcef6b9842add4
parente7cfce7152f1377ed2db53513f3b0259d8b88718
lto.c (globalize_cross_file_statics): When function has address taken, it needs to be public.

* lto.c (globalize_cross_file_statics): When function has address taken,
it needs to be public.
* varpool.c (decide_is_variable_needed): Variable is always needed
during ltrans.

From-SVN: r158609
gcc/ChangeLog
gcc/lto/ChangeLog
gcc/lto/lto.c
gcc/varpool.c