Module Name: src Committed By: riastradh Date: Sun Jul 30 09:20:14 UTC 2023
Modified Files: src/libexec/ld.elf_so: Makefile reloc.c rtld.c rtld.h symbol.c Added Files: src/libexec/ld.elf_so: hash.c hash.h Log Message: ld.elf_so: Split hash functions into a separate file. This way we can test them in isolation. No functional change intended. To generate a diff of this commit: cvs rdiff -u -r1.146 -r1.147 src/libexec/ld.elf_so/Makefile \ src/libexec/ld.elf_so/rtld.h cvs rdiff -u -r0 -r1.1 src/libexec/ld.elf_so/hash.c \ src/libexec/ld.elf_so/hash.h cvs rdiff -u -r1.117 -r1.118 src/libexec/ld.elf_so/reloc.c cvs rdiff -u -r1.214 -r1.215 src/libexec/ld.elf_so/rtld.c cvs rdiff -u -r1.75 -r1.76 src/libexec/ld.elf_so/symbol.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.