Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/libexec/ld.elf_so
Module Name: src
Committed By: jmcneill
Date: Sun Jan 18 19:19:09 UTC 2026
Modified Files:
src/libexec/ld.elf_so: Makefile map_object.c rtld.h
src/libexec/ld.elf_so/arch/powerpc: fixup.c
Log Message:
powerpc: Improve espresso fixup
The previous implementation naively patched all executable program
segments and this had some unintended consequences (PR pkg/59928).
Let's use the section header table to narrow the scope of the patching.
To generate a diff of this commit:
cvs rdiff -u -r1.154 -r1.155 src/libexec/ld.elf_so/Makefile
cvs rdiff -u -r1.70 -r1.71 src/libexec/ld.elf_so/map_object.c
cvs rdiff -u -r1.153 -r1.154 src/libexec/ld.elf_so/rtld.h
cvs rdiff -u -r1.2 -r1.3 src/libexec/ld.elf_so/arch/powerpc/fixup.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index