]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
libc/aarch64: Add a non-trivial getcontextx
authorAndrew Turner <andrew@FreeBSD.org>
Wed, 6 Mar 2024 12:51:18 +0000 (12:51 +0000)
committerAndrew Turner <andrew@FreeBSD.org>
Thu, 21 Mar 2024 10:13:24 +0000 (10:13 +0000)
commit5202ca77aaf552310bcbaccba750ee9f0888d0d8
tree7678406b626f5269444af67da885e45e5d242376
parentfd6b1cc34e4175c1e223f42540debb74cfe3c3e6
libc/aarch64: Add a non-trivial getcontextx

Add support for extra registers to the arm64 getcontextx. As no
registers are defined this just adds the extra register list and an end
context.

Reviewed by: kib
Sponsored by: Arm Ltd
Differential Revision: https://reviews.freebsd.org/D44255
lib/libc/aarch64/gen/getcontextx.c