Re: [PATCH] Share a prevailing name for remove debug info symbols w/ LTO.

2019-08-27 Thread Richard Biener
On Tue, Aug 27, 2019 at 1:31 PM Martin Liška wrote: > > On 8/27/19 12:40 PM, Richard Biener wrote: > > On Tue, Aug 27, 2019 at 9:28 AM Martin Liška wrote: > >> > >> Hi. > >> > >> The patch is about better symbol table manipulation > >> for debug info objects. The patch fixes reported issue > >> o

Re: [PATCH] Share a prevailing name for remove debug info symbols w/ LTO.

2019-08-27 Thread Martin Liška
ect_elf_copy_lto_debug_sections): >> First find a WEAK HIDDEN symbol in symbol table that will be >> preserved. Later, use the symbol name for all removed symbols. >> --- >> libiberty/simple-object-elf.c | 71 +++++++++++---- >> 1 file changed, 48 i

Re: [PATCH] Share a prevailing name for remove debug info symbols w/ LTO.

2019-08-27 Thread Richard Biener
On Tue, Aug 27, 2019 at 9:28 AM Martin Liška wrote: > > Hi. > > The patch is about better symbol table manipulation > for debug info objects. The patch fixes reported issue > on hppa64-hp-hpux11.11. > > Patch can bootstrap on x86_64-linux-gnu and survives regression tests. > > Ready to be installe

[PATCH] Share a prevailing name for remove debug info symbols w/ LTO.

2019-08-27 Thread Martin Liška
Hi. The patch is about better symbol table manipulation for debug info objects. The patch fixes reported issue on hppa64-hp-hpux11.11. Patch can bootstrap on x86_64-linux-gnu and survives regression tests. Ready to be installed? Thanks, Martin libiberty/ChangeLog: 2019-08-27 Martin Liska