> On Tue, Jun 24, 2014 at 2:53 PM, Jan Hubicka <hubi...@ucw.cz> wrote:
> 
> > We will also need to introduce ASM_DECLARE_OBJECT_NAME  to handle the 
> > aliases
> > of variables.  I can look into that probably later this week (it is last 
> > week
> > of my teaching and I need to do the finals)
> 
> varasm.c defaults to ASM_OUTPUT_LABEL if ASM_DECLARE_OBJECT_NAME is
> not defined. An alias would be another label.  Or does this need to
> emit another TOC reference also?

We do not need TOC references, but we need to output aliases there and for that
we need to know the declaratoin, so I need to introduce DECLARE_OBJECT_NAME.
I will look into it either tonight or later this week.
Thanks for the patch :)

Honza
> 
> Thanks, David

Reply via email to