Re: elfutils 0.175 released

2018-11-19 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/ I'm gettings errors on riscv64:

[PATCH] Add -Wtrampolines to CFLAGS.

2018-11-19 Thread Mark Wielaard
elfutils uses nested functions a lot. This is fine unless one takes the address of such a nested function. When taking the address of a nested function a trampoline is generated that on some systems require the stack to be executable. That is bad. We never want to generate such trampolines. Add

Re: elfutils 0.175 released

2018-11-19 Thread Kurt Roeckx
On Mon, Nov 19, 2018 at 07:53:07AM +0100, Mark Wielaard wrote: > 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: > > >