OSDN Git Service

PR middle-end/50598
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 14 Nov 2011 17:32:47 +0000 (17:32 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 14 Nov 2011 17:32:47 +0000 (17:32 +0000)
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@181358 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog

index 9a713cf..51ea394 100644 (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>