Re: [PATCH glibc] Implement setcontext/getcontext/makecontext/swapcontext for Hurd x86_64

2024-02-17 Thread Samuel Thibault
Applied, thanks!! Flavio Cruz, le sam. 17 févr. 2024 15:25:35 -0500, a ecrit: > Tested with the tests provided by glibc plus some other toy examples. > --- > sysdeps/mach/hurd/x86_64/Makefile | 4 + > sysdeps/mach/hurd/x86_64/__start_context.S | 49 + >

[PATCH glibc] Implement setcontext/getcontext/makecontext/swapcontext for Hurd x86_64

2024-02-17 Thread Flavio Cruz
Tested with the tests provided by glibc plus some other toy examples. --- sysdeps/mach/hurd/x86_64/Makefile | 4 + sysdeps/mach/hurd/x86_64/__start_context.S | 49 + sysdeps/mach/hurd/x86_64/getcontext.S | 68 sysdeps/mach/hurd/x86_64/makecontext.c | 119