]> sourceware.org Git - glibc.git/commit
aarch64: Enable GCS in static linked exe
authorSzabolcs Nagy <szabolcs.nagy@arm.com>
Thu, 13 Jul 2023 06:22:44 +0000 (07:22 +0100)
committerYury Khrustalev <yury.khrustalev@arm.com>
Mon, 20 Jan 2025 09:31:47 +0000 (09:31 +0000)
commitb81ee54bc90521f10c2ea07f746859377653ec28
tree1d6cd1fe3540171fb218f613f8b87fbfe47a92ba
parent9ad3d9267d1e0ddda264e54cd4176fa927e2e0ca
aarch64: Enable GCS in static linked exe

Use the ARCH_SETUP_TLS hook to enable GCS in the static linked case.
The system call must be inlined and then GCS is enabled on a top
level stack frame that does not return and has no exception handlers
above it.

Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
sysdeps/unix/sysv/linux/aarch64/libc-start.h [new file with mode: 0644]
This page took 0.040028 seconds and 5 git commands to generate.