Module Name:    src
Committed By:   joerg
Date:           Tue Jan 14 17:20:57 UTC 2014

Modified Files:
        src/lib/libc: shlib_version

Log Message:
TODO: fix stdout/stdin/stderr to not require copy relocations


To generate a diff of this commit:
cvs rdiff -u -r1.246 -r1.247 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.246 src/lib/libc/shlib_version:1.247
--- src/lib/libc/shlib_version:1.246	Wed Jan  8 12:29:49 2014
+++ src/lib/libc/shlib_version	Tue Jan 14 17:20:57 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: shlib_version,v 1.246 2014/01/08 12:29:49 christos Exp $
+#	$NetBSD: shlib_version,v 1.247 2014/01/14 17:20:57 joerg Exp $
 #	Remember to update distrib/sets/lists/base/shl.* when changing
 #
 # things we wish to do on next major version bump:
@@ -38,5 +38,6 @@
 # - remove alloca fallback and expect compiler to provide a builtin version.
 # - switch to DT_INIT_ARRAY on all platforms
 # - consolidate ownership with crt0.o and avoid common symbols
+# - redo stdin/stdout/stderr to not require copy relocations
 major=12
 minor=188

Reply via email to