Re: [PATCH v2 4/4] Don't use dlopen() for libebl modules

2019-08-29 Thread Mark Wielaard
Hi Omar, On Mon, 2019-08-26 at 10:51 -0700, Omar Sandoval wrote: > Currently, architecture-specific code for libebl exists in separate > libebl_$ARCH.so libraries which libebl loads with dlopen() at runtime. > This makes it impossible to have standalone, statically-linked binaries > which use libd

[PATCH v2 4/4] Don't use dlopen() for libebl modules

2019-08-26 Thread Omar Sandoval
From: Omar Sandoval Currently, architecture-specific code for libebl exists in separate libebl_$ARCH.so libraries which libebl loads with dlopen() at runtime. This makes it impossible to have standalone, statically-linked binaries which use libdwfl if they depend on any architecture-specific func