]> git.ipfire.org Git - thirdparty/glibc.git/commit
elf: Refactor dl_new_hash so it can be tested / benchmarked
authorNoah Goldstein <goldstein.w.n@gmail.com>
Thu, 19 May 2022 22:17:58 +0000 (17:17 -0500)
committerNoah Goldstein <goldstein.w.n@gmail.com>
Mon, 23 May 2022 15:38:40 +0000 (10:38 -0500)
commitc4bd509d477373b79b2becb625634d3441193005
tree83a15359aabb527cec8db6de52ccbf471dfde734
parent93ec1cf0fef422b137be7a99fdcdf007c318c71d
elf: Refactor dl_new_hash so it can be tested / benchmarked

No change to the code other than moving the function to
dl-new-hash.h. Changed name so its now in the reserved namespace.
Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
elf/dl-lookup.c
elf/dl-new-hash.h [new file with mode: 0644]