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? Thanks, David