about summary refs log tree commit diff
path: root/elf/tst-auditlogmod-1.c
Commit message (Collapse)AuthorAgeFilesLines
* elf: Implement DT_AUDIT, DT_DEPAUDIT support [BZ #24943]Florian Weimer2020-04-031-0/+27
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>