Re: [PATCH] Simplify LTO section format.

2019-07-21 Thread Jeff Law
On 7/17/19 4:32 AM, Martin Liška wrote: > Hi. > > The patch is about simplified LTO ELF section header where > want to make public fields major_version, minor_version and > slim_object. The rest is implementation defined by GCC. > > Patch can bootstrap on x86_64-linux-gnu and survives regression

[PATCH] Simplify LTO section format.

2019-07-17 Thread Martin Liška
Hi. The patch is about simplified LTO ELF section header where want to make public fields major_version, minor_version and slim_object. The rest is implementation defined by GCC. Patch can bootstrap on x86_64-linux-gnu and survives regression tests. Ready to be installed? Thanks, Martin gcc/Cha