glibc/sysdeps/aarch64/tst-bti-ld-debug-dlopen.c

6 lines
269 B
C

/* Test that when BTI is not enforced an LD_DEBUG warning is printed
when a library that does not have BTI marking is loaded via dlopen. */
#define TEST_BTI_DLOPEN_MODULE "tst-bti-mod-unprot.so"
#define TEST_BTI_EXPECT_DLOPEN 1
#include "tst-bti-skeleton-dlopen.c"