]> git.ipfire.org Git - thirdparty/glibc.git/commit
tests: aarch64: fix makefile dependencies for dlopen tests for BTI
authorYury Khrustalev <yury.khrustalev@arm.com>
Mon, 16 Feb 2026 12:46:39 +0000 (12:46 +0000)
committerYury Khrustalev <yury.khrustalev@arm.com>
Tue, 17 Feb 2026 10:25:26 +0000 (10:25 +0000)
commit4db97f4d04cd2ad87f75b7219de2cb851fc62ebd
tree6b173dc53cd89ca6403e24e3214d1d0506896baf
parent288b55f4636f336cc336344e4215ead9c4d592fc
tests: aarch64: fix makefile dependencies for dlopen tests for BTI

Some BTI tests in the sysdeps/unix/sysv/linux/aarch64 directory use
test shared objects via dlopen. Due to lack of direct makefile level
dependencies on these modules these tests could be run before the
required .so files would be created. This could lead to flaky test
results when running make check with -j flag. This commit fixes it.

Reviewed-by: Wilco Dijkstra <Wilco.Dijkstra@arm.com>
sysdeps/unix/sysv/linux/aarch64/Makefile