]> git.ipfire.org Git - thirdparty/glibc.git/commit
aarch64: morello: add purecap setjmp/longjmp
authorCarlos Eduardo Seo <carlos.seo@arm.com>
Mon, 5 Apr 2021 20:01:09 +0000 (17:01 -0300)
committerSzabolcs Nagy <szabolcs.nagy@arm.com>
Tue, 22 Nov 2022 14:31:25 +0000 (14:31 +0000)
commitadf9bd54e9386b01745694489bd7e1fdec578603
tree0a4c9c51ac9a463614cc238261373649e2d7b784
parent8b79bc92fab1cd4a8443cdcd3f9e313091d8bd62
aarch64: morello: add purecap setjmp/longjmp

Similar to lp64 setjmp/longjmp, but handles capability registers.
Save q regs instead of d regs to simplify the offset computation.
sysdeps/aarch64/bits/setjmp.h
sysdeps/aarch64/morello/__longjmp.S [new file with mode: 0644]
sysdeps/aarch64/morello/setjmp.S [new file with mode: 0644]