> On Wed, 2019-12-18 at 10:26 +0100, Jan Hubicka wrote:
> > Hi,
> > sorry I forgot to include cgraph and varpool changes in the patch.
> >
> > Index: varpool.c
> > ===================================================================
> > --- varpool.c (revision 279467)
> > +++ varpool.c (working copy)
> > @@ -539,8 +539,7 @@ varpool_node::assemble_aliases (void)
> > {
> > varpool_node *alias = dyn_cast <varpool_node *> (ref->referring);
> > if (alias->symver)
> > - do_assemble_symver (alias->decl,
> > - DECL_ASSEMBLER_NAME (decl));
> > + do_assemble_symver (alias->decl, decl);
> > else if (!alias->transparent_alias)
> > do_assemble_alias (alias->decl,
> > DECL_ASSEMBLER_NAME (decl));
> [ ... ]
> Do you plan on committing these bits?
I think we got into agreement that gas extension is needed, since there
is name@@@nodename that does what we need for name@@nodename
but there is nothing that would do it for name@nodename. I filled in
GAS PR for that.
Honza
>
> jeff
> >
>