public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH, go]: Restore bootstrap
@ 2014-07-24 18:14 Uros Bizjak
  2014-07-24 20:08 ` Martin Liška
  0 siblings, 1 reply; 9+ messages in thread
From: Uros Bizjak @ 2014-07-24 18:14 UTC (permalink / raw)
  To: gcc-patches; +Cc: Martin Liska, Ian Lance Taylor

[-- Attachment #1: Type: text/plain, Size: 228 bytes --]

Hello!

2014-07-24  Uros Bizjak  <ubizjak@gmail.com>

    * go/go-gcc.cc (Gcc_backend::global_variable_set_init): Rename
    symtab_get_node to symtab_node::get.

Tested on x86_64-linux-gnu and committed to mainline SVN.

Uros.

[-- Attachment #2: g.diff.txt --]
[-- Type: text/plain, Size: 618 bytes --]

Index: go-gcc.cc
===================================================================
--- go-gcc.cc	(revision 213019)
+++ go-gcc.cc	(working copy)
@@ -2374,8 +2374,8 @@ Gcc_backend::global_variable_set_init(Bvariable* v
 
   // 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,

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2014-07-29 20:26 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-24 18:14 [PATCH, go]: Restore bootstrap Uros Bizjak
2014-07-24 20:08 ` Martin Liška
2014-07-25  3:11   ` Ian Lance Taylor
2014-07-25  6:51     ` Martin Liška
2014-07-28 11:03       ` Gerald Pfeifer
2014-07-28 16:28         ` Mike Stump
2014-07-29  9:19           ` Martin Liška
2014-07-29 17:02             ` Mike Stump
2014-07-29 20:47               ` Martin Liška

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).