On Fri, Sep 2, 2016 at 9:14 AM, Andreas Schwab <sch...@linux-m68k.org> wrote: > > That breaks libgo on ia64. The problem is that _ucontext_t isn't > properly aligned.
Interesting. Thanks for looking into it. What is the required alignment? This code should be aligning it to a pointer boundary. Ian