On Mon, 2018-11-19 at 11:54 +0100, Mark Wielaard wrote: > 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 -Wtrampolines to CLAGS to make sure we don't.
Pushed to master.