about summary refs log tree commit diff
path: root/elf/tst-audit25.h
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
|
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
|
* elf: Do not assume symbol order on tst-audit25{a,b}Adhemerval Zanella2022-12-121-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.