Module Name: src Committed By: snj Date: Tue Aug 6 15:03:42 UTC 2024
Modified Files: src/libexec/ld.elf_so [netbsd-9]: rtld.c Log Message: Pull up following revision(s) (requested by martin in ticket #1861): libexec/ld.elf_so/rtld.c: 1.216 PR 57628: at the end of _rtld_init() explicitly initialize the ld.elf_so local copy of the atomic access support functions for machines that do not implement all required ops in hardware (like 32bit sparc). XXX would be better to figure out a way to share this copy with libc (thereby using half as many RAS sections). But even if we would share it, we have to init it early enough for ld.elf_so internal uses. To generate a diff of this commit: cvs rdiff -u -r1.197.2.7 -r1.197.2.8 src/libexec/ld.elf_so/rtld.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.