Re: Use resolution info to get rid of weak symbols

2015-09-11 Thread H.J. Lu
On Sun, May 18, 2014 at 12:38 PM, Jan Hubicka wrote: > Hi, > this patch makes GCC to use resolution info to turn COMDAT and WEAK > symbols into regular symbols based on feedback given by linker plugin. > If resolution says that given symbol is prevailing, it is possible > to turn

Re: Use resolution info to get rid of weak symbols

2014-05-24 Thread Bernhard Reutner-Fischer
On 18 May 2014 21:38:47 Jan Hubicka hubi...@ucw.cz wrote: Hi, this patch makes GCC to use resolution info to turn COMDAT and WEAK symbols into regular symbols based on feedback given by linker plugin. If resolution says that given symbol is prevailing, it is possible to turn them into normal

Use resolution info to get rid of weak symbols

2014-05-18 Thread Jan Hubicka
Hi, this patch makes GCC to use resolution info to turn COMDAT and WEAK symbols into regular symbols based on feedback given by linker plugin. If resolution says that given symbol is prevailing, it is possible to turn them into normal symbols, while when resolution says it is prevailed, it is