Module Name: src Committed By: skrll Date: Sat Dec 4 14:39:08 UTC 2021
Modified Files: src/libexec/ld.elf_so: headers.c rtld.c rtld.h src/libexec/ld.elf_so/arch/hppa: hppa_reloc.c Log Message: Restore the fptr_t type of {init,fini}{,_array} that was removed when initial support for indirect functions was added. This fixes {init,fini}_array support on hppa where each member of the array is (already) a plabel. Discussed with joerg. 4 files changed, 29 insertions(+), 39 deletions(-) : ---------------------------------------------------------------------- To generate a diff of this commit: cvs rdiff -u -r1.69 -r1.70 src/libexec/ld.elf_so/headers.c cvs rdiff -u -r1.209 -r1.210 src/libexec/ld.elf_so/rtld.c cvs rdiff -u -r1.141 -r1.142 src/libexec/ld.elf_so/rtld.h cvs rdiff -u -r1.47 -r1.48 src/libexec/ld.elf_so/arch/hppa/hppa_reloc.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.