mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 14:20:07 +00:00
bfb5ed5df3
DT_RUNPATH is only used to find the immediate dependencies of the executable or shared object containing the DT_RUNPATH entry. Update LD_AUDIT dlopen call to try the DT_RUNPATH entry of the executable. Add tst-audit14a, which is copied from tst-audit14, to DT_RUNPATH and build tst-audit14 with -Wl,--disable-new-dtags to test DT_RPATH. This partially fixes BZ #28455.
2 lines
25 B
C
2 lines
25 B
C
#include "tst-audit14.c"
|