Re: [PATCH v3 2/3] debuginfod: create libdebuginfod.so.1 before libdebuginfod.so

2020-12-09 Thread Mark Wielaard
On Wed, 2020-12-09 at 03:30 +0300, Dmitry V. Levin wrote: > On Wed, Dec 09, 2020 at 03:13:12AM +0300, Dmitry V. Levin wrote: > > This would allow to switch from "libdebuginfod-" VERSION ".so" > > to DEBUGINFOD_SONAME in __libdwfl_debuginfod_init, and to remove > > the > > fall back to dlopen of "li

Re: [PATCH v3 2/3] debuginfod: create libdebuginfod.so.1 before libdebuginfod.so

2020-12-08 Thread Dmitry V. Levin
On Wed, Dec 09, 2020 at 03:13:12AM +0300, Dmitry V. Levin wrote: > This would allow to switch from "libdebuginfod-" VERSION ".so" > to DEBUGINFOD_SONAME in __libdwfl_debuginfod_init, and to remove the > fall back to dlopen of "libdebuginfod.so" which is no longer needed. Correction: s/which is no