]> git.ipfire.org Git - thirdparty/glibc.git/commit
aarch64: morello: add prctl with correct vararg handling
authorSzabolcs Nagy <szabolcs.nagy@arm.com>
Wed, 26 Oct 2022 09:19:30 +0000 (10:19 +0100)
committerSzabolcs Nagy <szabolcs.nagy@arm.com>
Wed, 26 Oct 2022 14:39:59 +0000 (15:39 +0100)
commitbf969db943228fa1d2bf21e0053687bbdd241500
tree364128fba0fd444f183d619e76e0600b0fd4e0bc
parenta46c1b96f3949c2c15e130249094818981b06835
aarch64: morello: add prctl with correct vararg handling

prctl is a variadic function and on morello args that were not passed
cannot be accessed so the generic code does not work.
sysdeps/unix/sysv/linux/aarch64/morello/prctl.S [new file with mode: 0644]