Re: [PATCH] Fix nested function support on OpenBSD/hppa

2013-07-25 Thread John David Anglin
Committed. On 25-Jul-13, at 6:00 AM, Mark Kettenis wrote: On OpenBSD/hppa the stack is protected against execution in the same way as on many other architectures. The diff below makes GCC emit the call that's needed to "unprotect" the stack such that the magic trampolines needed for execution

[PATCH] Fix nested function support on OpenBSD/hppa

2013-07-25 Thread Mark Kettenis
On OpenBSD/hppa the stack is protected against execution in the same way as on many other architectures. The diff below makes GCC emit the call that's needed to "unprotect" the stack such that the magic trampolines needed for execution of nested functions work. 2013-07-25 Mark Kettenis