* go-gcc.cc (Gcc_backend::global_variable_set_init): Rename
symtab_get_node to symtab_node::get.
From-SVN: r213026
+2014-07-24 Uros Bizjak <ubizjak@gmail.com>
+
+ * go-gcc.cc (Gcc_backend::global_variable_set_init): Rename
+ symtab_get_node to symtab_node::get.
+
2014-06-13 Ian Lance Taylor <iant@google.com>
PR go/61496
2014-06-10 Jan Hubicka <hubicka@ucw.cz>
- * go/go-gcc.cc (Gcc_backend::global_variable_set_init): Use
+ * go-gcc.cc (Gcc_backend::global_variable_set_init): Use
symtab_get_node(var_decl)->implicit_section.
2014-06-07 Jan Hubicka <hubicka@ucw.cz>
// If this variable goes in a unique section, it may need to go into
// a different one now that DECL_INITIAL is set.
- if (symtab_get_node(var_decl)
- && symtab_get_node(var_decl)->implicit_section)
+ if (symtab_node::get(var_decl)
+ && symtab_node::get(var_decl)->implicit_section)
{
set_decl_section_name (var_decl, NULL);
resolve_unique_section (var_decl,