elf: Add tests for the dl hash funcs (_dl_new_hash and _dl_elf_hash)
authorNoah Goldstein <goldstein.w.n@gmail.com>
Thu, 19 May 2022 22:17:59 +0000 (17:17 -0500)
committerNoah Goldstein <goldstein.w.n@gmail.com>
Mon, 23 May 2022 15:38:40 +0000 (10:38 -0500)
commit6fd435485f270a8c76e47bf7377c1b872885e683
treeb294fba1afc80e8161ecf20e9dd428d358df3979
parentc4bd509d477373b79b2becb625634d3441193005
elf: Add tests for the dl hash funcs (_dl_new_hash and _dl_elf_hash)

If we want to further optimize the functions tests are needed.
Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
elf/Makefile
elf/simple-dl-hash.h [new file with mode: 0644]
elf/tst-dl-hash.c [new file with mode: 0644]