Re: [PATCH, PR d/90086] Fix linker warning and SEGV in core.thread tests

2019-04-25 Thread Rainer Orth
Hi Iain, > This patch removes the monolithic and cumbersome to maintain > core/threadasm.S, and splitted it into multiple parts, one for each > intended target cpu/os. > > Added .type and .size directives for all asm implementations of > fiber_switchContent and callWithStackShell where they were m

[PATCH, PR d/90086] Fix linker warning and SEGV in core.thread tests

2019-04-24 Thread Iain Buclaw
Hi, This patch removes the monolithic and cumbersome to maintain core/threadasm.S, and splitted it into multiple parts, one for each intended target cpu/os. Added .type and .size directives for all asm implementations of fiber_switchContent and callWithStackShell where they were missing, fixing t