]> git.ipfire.org Git - thirdparty/glibc.git/commit
Implement setcontext/getcontext/makecontext/swapcontext for Hurd x86_64
authorFlavio Cruz <flaviocruz@gmail.com>
Sat, 17 Feb 2024 20:25:35 +0000 (15:25 -0500)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Sat, 17 Feb 2024 20:45:35 +0000 (21:45 +0100)
commit88b771ab5e1169e746dbf4a990d90cffc5fa54ea
tree2d9e3e40e136e7e18318b47b3aadb21ffbf15a94
parente3da8f9badf95dff63547c9a7886cdfed284aa3f
Implement setcontext/getcontext/makecontext/swapcontext for Hurd x86_64

Tested with the tests provided by glibc plus some other toy examples.
Message-ID: <20240217202535.1860803-1-flaviocruz@gmail.com>
sysdeps/mach/hurd/x86_64/Makefile
sysdeps/mach/hurd/x86_64/__start_context.S [new file with mode: 0644]
sysdeps/mach/hurd/x86_64/getcontext.S [new file with mode: 0644]
sysdeps/mach/hurd/x86_64/makecontext.c [new file with mode: 0644]
sysdeps/mach/hurd/x86_64/setcontext.S [new file with mode: 0644]
sysdeps/mach/hurd/x86_64/swapcontext.S [new file with mode: 0644]