Re: [PATCH 1/9] [libbacktrace] Read .gnu_debugaltlink

2019-01-16 Thread Ian Lance Taylor
On Wed, Jan 16, 2019 at 2:48 PM Tom de Vries wrote: > > For now, I've dropped the error callback for .gnu_debugaltlink. This version is OK. Thanks. Ian

Re: [PATCH 1/9] [libbacktrace] Read .gnu_debugaltlink

2019-01-16 Thread Tom de Vries
On 16-01-19 18:14, Ian Lance Taylor wrote: > On Wed, Jan 16, 2019 at 8:26 AM Tom de Vries wrote: >> >> On 16-01-19 01:56, Ian Lance Taylor wrote: >>> On Tue, Dec 11, 2018 at 2:14 AM Tom de Vries wrote: Read the elf file pointed at by the .gnu_debugaltlink section, and verify that

Re: [PATCH 1/9] [libbacktrace] Read .gnu_debugaltlink

2019-01-16 Thread Ian Lance Taylor via gcc-patches
On Wed, Jan 16, 2019 at 8:26 AM Tom de Vries wrote: > > On 16-01-19 01:56, Ian Lance Taylor wrote: > > On Tue, Dec 11, 2018 at 2:14 AM Tom de Vries wrote: > >> > >> Read the elf file pointed at by the .gnu_debugaltlink section, and verify > >> that > >> the build id matches. > >> > >>

Re: [PATCH 1/9] [libbacktrace] Read .gnu_debugaltlink

2019-01-16 Thread Tom de Vries
On 16-01-19 01:56, Ian Lance Taylor wrote: > On Tue, Dec 11, 2018 at 2:14 AM Tom de Vries wrote: >> >> Read the elf file pointed at by the .gnu_debugaltlink section, and verify >> that >> the build id matches. >> >> 2018-11-11 Tom de Vries >> >> * elf.c (elf_add): Add and handle

Re: [PATCH 1/9] [libbacktrace] Read .gnu_debugaltlink

2019-01-15 Thread Ian Lance Taylor via gcc-patches
On Tue, Dec 11, 2018 at 2:14 AM Tom de Vries wrote: > > Read the elf file pointed at by the .gnu_debugaltlink section, and verify that > the build id matches. > > 2018-11-11 Tom de Vries > > * elf.c (elf_add): Add and handle with_buildid_data and > with_buildid_size parameters.