Module Name: src
Committed By: joerg
Date: Thu Jun 8 18:27:05 UTC 2017
Modified Files:
src/lib/libc: shlib_version
Log Message:
Add two entries for interaction between lib/csu and libc.
To generate a diff of this commit:
cvs rdiff -u -r1.274 -r1.275 src/lib/libc/shlib_version
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/shlib_version
diff -u src/lib/libc/shlib_version:1.274 src/lib/libc/shlib_version:1.275
--- src/lib/libc/shlib_version:1.274 Thu Jun 8 13:32:20 2017
+++ src/lib/libc/shlib_version Thu Jun 8 18:27:05 2017
@@ -1,4 +1,4 @@
-# $NetBSD: shlib_version,v 1.274 2017/06/08 13:32:20 joerg Exp $
+# $NetBSD: shlib_version,v 1.275 2017/06/08 18:27:05 joerg Exp $
# Remember to update distrib/sets/lists/base/shl.* when changing
#
# things we wish to do on next major version bump:
@@ -48,5 +48,7 @@
# - boot obsolete signal functions to libcompat
# - remove exect(3) API - tracing functionality has been moved to the kernel
# - punt gethostid/sethostid(3) to libcompat or remove entirely
+# - clean-up initialisation order between crt0.o, rtld and libc.
+# - move environ and __ps_strings from crt0.o into libc.
major=12
minor=207