Re: [PATCH] readelf: It is not an error if there are no line number statements

2020-08-30 Thread Mark Wielaard
On Wed, Aug 26, 2020 at 02:30:42PM +0200, Mark Wielaard wrote: > It can happen that there are no line number statements at the end of > a debug line section. So don't check that there are any more bytes > after the last file entry. And print "No line number statements." Pushed.

Re: [PATCH] libdwfl: do not dlopen libdebuginfod.so in --disable-libdebuginfod mode

2020-08-30 Thread Dmitry V. Levin
Hi Mark, On Sun, Aug 30, 2020 at 10:40:29PM +0200, Mark Wielaard wrote: > Hi Dmitry, > > On Thu, Aug 20, 2020 at 11:27:24PM +0300, Dmitry V. Levin wrote: > > debuginfod-client.c used to try to dlopen libdebuginfod.so even if > > libdebuginfod was completely disabled using --disable-libdebuginfod.

Re: [PATCH] libdwfl: do not dlopen libdebuginfod.so in --disable-libdebuginfod mode

2020-08-30 Thread Mark Wielaard
Hi Dmitry, On Thu, Aug 20, 2020 at 11:27:24PM +0300, Dmitry V. Levin wrote: > debuginfod-client.c used to try to dlopen libdebuginfod.so even if > libdebuginfod was completely disabled using --disable-libdebuginfod. > > Fix this by disabling build of debuginfod-client.c and disabling all > __libd