NetBSD-Bugs archive

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

PR/57628 CVS commit: src/libexec/ld.elf_so



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

From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/57628 CVS commit: src/libexec/ld.elf_so
Date: Tue, 3 Oct 2023 09:48:19 +0000

 Module Name:	src
 Committed By:	martin
 Date:		Tue Oct  3 09:48:19 UTC 2023
 
 Modified Files:
 	src/libexec/ld.elf_so: rtld.c
 
 Log Message:
 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.215 -r1.216 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