Module Name: src Committed By: joerg Date: Thu Oct 24 19:37:35 UTC 2013
Modified Files: src/lib/libc: shlib_version Log Message: Add entries for ctor/dtor switch. To generate a diff of this commit: cvs rdiff -u -r1.242 -r1.243 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.242 src/lib/libc/shlib_version:1.243 --- src/lib/libc/shlib_version:1.242 Sat Oct 19 00:06:50 2013 +++ src/lib/libc/shlib_version Thu Oct 24 19:37:35 2013 @@ -1,4 +1,4 @@ -# $NetBSD: shlib_version,v 1.242 2013/10/19 00:06:50 christos Exp $ +# $NetBSD: shlib_version,v 1.243 2013/10/24 19:37:35 joerg Exp $ # Remember to update distrib/sets/lists/base/shl.* when changing # # things we wish to do on next major version bump: @@ -35,5 +35,6 @@ # - make __cerror (spelled CERROR) hidden again # - 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 major=12 minor=187