glibc/sysdeps/aarch64/tst-bti-permissive-preload.c

5 lines
200 B
C

/* This test checks if the process works correctly with a LD_PRELOAD module
with BTI marking and BTI is not enforced. */
#define FUN_ATTRIBUTE __attribute__ ((weak))
#include "tst-bti-skeleton.c"