re PR middle-end/50598 (Undefined symbols: "___emutls_v.*", ... on *-apple-darwin*)

PR middle-end/50598
	* cgraph.h (varpool_externally_visible_p): Declare.
	(varpool_add_new_variable): Declare.
	* tree-emultls.c (get_emutls_init_templ_addr,
	new_emutls_decl): Use varpool_add_new_variable.
	* ipa.c (varpool_externally_visible_p): Export.
	* varpool.c (varpool_add_new_variable): New function.

From-SVN: r181358
This commit is contained in:
Jan Hubicka 2011-11-14 17:32:47 +00:00
parent 38877e9851
commit ac99ebf5ae
1 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,13 @@
2011-11-14 Jan Hubicka <jh@suse.cz>
PR middle-end/50598
* cgraph.h (varpool_externally_visible_p): Declare.
(varpool_add_new_variable): Declare.
* tree-emultls.c (get_emutls_init_templ_addr,
new_emutls_decl): Use varpool_add_new_variable.
* ipa.c (varpool_externally_visible_p): Export.
* varpool.c (varpool_add_new_variable): New function.
2011-11-14 Zolotukhin Michael <michael.v.zolotukhin@gmail.com>
Jan Hubicka <jh@suse.cz>