]> 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>
Fri, 5 Aug 2022 18:45:19 +0000 (19:45 +0100)
commit89ab8ac121e965114df668dadd79ac731a3c0a78
treeb7dd9fc4027d334242b68bb8aa056747af81bfa0
parent257781e305b49b3fd4a9b23f8279ded07a395e29
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]