NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/57628 CVS commit: [netbsd-10] src/libexec/ld.elf_so



The following reply was made to PR lib/57628; it has been noted by GNATS.

From: "Soren Jacobsen" <snj%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/57628 CVS commit: [netbsd-10] src/libexec/ld.elf_so
Date: Tue, 6 Aug 2024 15:06:47 +0000

 Module Name:	src
 Committed By:	snj
 Date:		Tue Aug  6 15:06:47 UTC 2024
 
 Modified Files:
 	src/libexec/ld.elf_so [netbsd-10]: rtld.c
 
 Log Message:
 Pull up following revision(s) (requested by martin in ticket #775):
 	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.212.2.3 -r1.212.2.4 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.
 


Home | Main Index | Thread Index | Old Index