aboutsummaryrefslogtreecommitdiff
path: root/elf/tst-audit25.h
AgeCommit message (Collapse)AuthorFilesLines
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers1-1/+1
2022-12-12elf: Do not assume symbol order on tst-audit25{a,b}Adhemerval Zanella1-0/+49
The static linker might impose any order or internal function position, so change the test to check if the audit prints the symbol only once in any order.