Re: [PATCH v3 1/3] debuginfod: export DEBUGINFOD_SONAME macro in debuginfod.h
On Wed, 2020-12-09 at 03:12 +0300, Dmitry V. Levin wrote: > Add DEBUGINFOD_SONAME macro to API for use by those of libdebuginfod > clients that would like to dlopen the library in the same way as > __libdwfl_debuginfod_init does. Pushed. Thanks, Mark
[PATCH v3 1/3] debuginfod: export DEBUGINFOD_SONAME macro in debuginfod.h
Add DEBUGINFOD_SONAME macro to API for use by those of libdebuginfod clients that would like to dlopen the library in the same way as __libdwfl_debuginfod_init does. Signed-off-by: Dmitry V. Levin --- ChangeLog| 5 + configure.ac