Module Name: src
Committed By: snj
Date: Tue Aug 6 15:08:25 UTC 2024
Modified Files:
src/doc [netbsd-10]: CHANGES-10.1
Log Message:
775
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.20 -r1.1.2.21 src/doc/CHANGES-10.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES-10.1
diff -u src/doc/CHANGES-10.1:1.1.2.20 src/doc/CHANGES-10.1:1.1.2.21
--- src/doc/CHANGES-10.1:1.1.2.20 Tue Jul 30 15:56:59 2024
+++ src/doc/CHANGES-10.1 Tue Aug 6 15:08:25 2024
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-10.1,v 1.1.2.20 2024/07/30 15:56:59 snj Exp $
+# $NetBSD: CHANGES-10.1,v 1.1.2.21 2024/08/06 15:08:25 snj Exp $
A complete list of changes from the NetBSD 10.0 release on 2024-03-28
until the 10.1 release:
@@ -958,3 +958,11 @@ share/man/man4/sht4xtemp.4 1.3
Fix a typo in the man page.
[brad, ticket #769]
+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).
+ [martin, ticket #775]
+