On Sat, Aug 13, 2016 at 07:49:32AM +0000, Nick Hudson wrote: > Module Name: src > Committed By: skrll > Date: Sat Aug 13 07:49:32 UTC 2016 > > Modified Files: > src/lib/libc/arch/mips/gen: _resumecontext.S > > Log Message: > PIC_TAILCALL on n32/n64 would mess up GP, so just use SYSTRAP to call > setcontext. > > Fixes tests/lib/libc/sys/t_getcontext.c:setcontext_link
Can you leave a comment to revisit this please? It should do the PIC call, but unbreaking it seems more important for now. Joerg