From: Omar Sandoval
dwfl_report_segment() has some logic that detects when a segment is
contiguous with the previously reported segment, in which case it's
supposed to coalesce them. However, in this case, it actually returns
without updating the segment array at all. As far as I can tell, this
h
On Fri, Dec 06, 2019 at 03:49:14PM +0100, Mark Wielaard wrote:
> Otherwise strip might run against the system libelf which might be too
> old or missing.
Pushed to master.
On Thu, Dec 05, 2019 at 03:27:54PM +0100, Mark Wielaard wrote:
> Consistently require version-release subpackages so that everything
> is updated together. Technically this isn't always required (it is
> for elfutils-libelf and elfutils-libs). But this makes things more
> consistent and prevents mu
On Thu, Dec 05, 2019 at 02:23:56PM +0100, Mark Wielaard wrote:
> Otherwise elfcompress might run against the system libelf which might
> be too old or missing.
I pushed this to master.
Hi Frank,
On Wed, 2019-12-04 at 16:10 -0500, Frank Ch. Eigler wrote:
> debuginfod: usability tweaks, incl. $DEBUGINFOD_PROGRESS client
> support
>
> This facility allows a default progress-printing function
> to be installed if the given environment variable is set.
I like this i