Re: [PATCH v3 3/3] libdwfl: switch to DEBUGINFOD_SONAME, remove libdebuginfod.so fallback

2020-12-09 Thread Mark Wielaard
On Wed, 2020-12-09 at 03:13 +0300, Dmitry V. Levin wrote: > Since DEBUGINFOD_SONAME is as good as ("libdebuginfod-" VERSION ".so") > for dlopen, switch to use the name which is a part of the API. > > Given that DEBUGINFOD_SONAME is always available now, remove the no longer > needed fall back to d

[PATCH v3 3/3] libdwfl: switch to DEBUGINFOD_SONAME, remove libdebuginfod.so fallback

2020-12-08 Thread Dmitry V. Levin
Since DEBUGINFOD_SONAME is as good as ("libdebuginfod-" VERSION ".so") for dlopen, switch to use the name which is a part of the API. Given that DEBUGINFOD_SONAME is always available now, remove the no longer needed fall back to dlopen of "libdebuginfod.so". Signed-off-by: Dmitry V. Levin --- l