Re: [PATCH] Do not emit __gnu_lto_v1 symbol.

2019-07-31 Thread Georg-Johann Lay
Martin Liška schrieb: On 7/29/19 3:46 PM, Georg-Johann Lay wrote: Hi Martin. In SVN r273662 you changed a comment in avr.c from __gnu_lto_v1 to __gnu_lto_slim without changing the relevant code: Yes. /* __gnu_lto_slim is just a marker for the linker injected by toplev.c. There is no

Re: [PATCH] Do not emit __gnu_lto_v1 symbol.

2019-07-30 Thread Martin Liška
On 7/29/19 3:46 PM, Georg-Johann Lay wrote: > Hi Martin. > > In SVN r273662 you changed a comment in avr.c from __gnu_lto_v1 to > __gnu_lto_slim without changing the relevant code: Yes. > >   /* __gnu_lto_slim is just a marker for the linker injected by toplev.c. > There is no need to tri

Re: [PATCH] Do not emit __gnu_lto_v1 symbol.

2019-07-29 Thread Georg-Johann Lay
Hi Martin. In SVN r273662 you changed a comment in avr.c from __gnu_lto_v1 to __gnu_lto_slim without changing the relevant code: /* __gnu_lto_slim is just a marker for the linker injected by toplev.c. There is no need to trigger __do_clear_bss code for them. */ if (!STR_PREFIX_P (na

Re: [PATCH] Do not emit __gnu_lto_v1 symbol.

2019-07-21 Thread Jeff Law
On 7/15/19 7:30 AM, Martin Liška wrote: > Hi. > > The patch is about removal of the emission of __gnu_lto_v1. > The symbol should not be needed any longer for GCC driver. > > Patch can bootstrap on x86_64-linux-gnu and survives regression tests. > > Ready to be installed? > Thanks, > Martin > >