]> git.ipfire.org Git - thirdparty/glibc.git/commit
aarch64: Ignore GCS property of ld.so
authorSzabolcs Nagy <szabolcs.nagy@arm.com>
Wed, 10 Jan 2024 16:20:24 +0000 (16:20 +0000)
committerYury Khrustalev <yury.khrustalev@arm.com>
Mon, 20 Jan 2025 09:36:19 +0000 (09:36 +0000)
commit29476485f90a0c3460149349367a45085cc57c65
tree697d91d3c4de10563dd13a8c8830b15c66111bc8
parent4d56a5bbd679372121977e5cce4614815dfcce29
aarch64: Ignore GCS property of ld.so

check_gcs is called for each dependency of a DSO, but the GNU property
of the ld.so is not processed so ldso->l_mach.gcs may not be correct.
Just assume ld.so is GCS compatible independently of the ELF marking.

Reviewed-by: Wilco Dijkstra <Wilco.Dijkstra@arm.com>
sysdeps/aarch64/dl-gcs.c