Re: elfutils 0.175 released

2018-11-18 Thread Mark Wielaard
On Sun, Nov 18, 2018 at 11:46:29PM +0100, Kurt Roeckx wrote: > On Fri, Nov 16, 2018 at 02:00:46PM +0100, Mark Wielaard wrote: > > ELFUTILS 0.175 - http://elfutils.org/ > > > > A new release of elfutils is available at: > > ftp://sourceware.org/pub/elfutils/0.175/ > > or

Re: elfutils 0.175 released

2018-11-18 Thread Kurt Roeckx
On Fri, Nov 16, 2018 at 02:00:46PM +0100, Mark Wielaard wrote: > ELFUTILS 0.175 - http://elfutils.org/ > > A new release of elfutils is available at: > ftp://sourceware.org/pub/elfutils/0.175/ > or https://sourceware.org/elfutils/ftp/0.175/ Trying to build this on Debian, I get 8 failures, but

[PATCH] libelf: Get alignement correct when calling conversion functions.

2018-11-18 Thread Mark Wielaard
When writing out data that needs to be converted we have to make sure the conversion function is called on correctly aligned buffers. When using mmap this might mean we have to convert into a temporarily buffer if the user wants to write out the section at a location that is not correctly aligned