2009-06-15 Rafael Avila de Espindola <espindola@google.com>
* cgraph.c (cgraph_make_node_local): Use DECL_COMDAT_GROUP.
From-SVN: r148494
+2009-06-15 Rafael Avila de Espindola <espindola@google.com>
+
+ * cgraph.c (cgraph_make_node_local): Use DECL_COMDAT_GROUP.
+
2009-06-15 Aldy Hernandez <aldyh@redhat.com>
* except.c (init_eh): Use BUILTINS_LOCATION when calling build_decl.
if (DECL_COMDAT (node->decl) || DECL_EXTERNAL (node->decl))
{
DECL_COMDAT (node->decl) = 0;
- DECL_ONE_ONLY (node->decl) = 0;
+ DECL_COMDAT_GROUP (node->decl) = 0;
TREE_PUBLIC (node->decl) = 0;
DECL_WEAK (node->decl) = 0;
DECL_EXTERNAL (node->decl) = 0;