aboutsummaryrefslogtreecommitdiff
path: root/elf/tst-audit14.c
AgeCommit message (Collapse)Author
2020-04-03elf: Implement DT_AUDIT, DT_DEPAUDIT support [BZ #24943]Florian Weimer
binutils ld has supported --audit, --depaudit for a long time, only support in glibc has been missing. Reviewed-by: Carlos O'Donell <carlos@redhat.com>