Module Name: src
Committed By: joerg
Date: Sun Nov 10 20:59:27 UTC 2013
Modified Files:
src/lib/libc: shlib_version
Log Message:
Sort out relationship with crt0.o on major bump.
To generate a diff of this commit:
cvs rdiff -u -r1.243 -r1.244 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.243 src/lib/libc/shlib_version:1.244
--- src/lib/libc/shlib_version:1.243 Thu Oct 24 19:37:35 2013
+++ src/lib/libc/shlib_version Sun Nov 10 20:59:27 2013
@@ -1,4 +1,4 @@
-# $NetBSD: shlib_version,v 1.243 2013/10/24 19:37:35 joerg Exp $
+# $NetBSD: shlib_version,v 1.244 2013/11/10 20:59:27 joerg Exp $
# Remember to update distrib/sets/lists/base/shl.* when changing
#
# things we wish to do on next major version bump:
@@ -36,5 +36,6 @@
# - remove ruserok() and friends to libcompat (or entirely)
# - 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
major=12
minor=187