Re: Symbol table 24/many: Remove old alias handling code

2012-05-24 Thread H.J. Lu
On Thu, May 24, 2012 at 2:46 AM, Jan Hubicka wrote: > Hi, > this patch removes code handling alias pairs after they was taken over by > symbol table. > It also streamlines how things are output - do_assemble_alias is called when > alias should > be output now, while assemble_alias is the functio

Symbol table 24/many: Remove old alias handling code

2012-05-24 Thread Jan Hubicka
Hi, this patch removes code handling alias pairs after they was taken over by symbol table. It also streamlines how things are output - do_assemble_alias is called when alias should be output now, while assemble_alias is the function registering new alias into symbol table. I think I will renam