Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc Add entries for ctor/dtor switch.



details:   https://anonhg.NetBSD.org/src/rev/907cdb469408
branches:  trunk
changeset: 790840:907cdb469408
user:      joerg <joerg%NetBSD.org@localhost>
date:      Thu Oct 24 19:37:35 2013 +0000

description:
Add entries for ctor/dtor switch.

diffstat:

 lib/libc/shlib_version |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r d6c20dd70de6 -r 907cdb469408 lib/libc/shlib_version
--- a/lib/libc/shlib_version    Thu Oct 24 19:13:25 2013 +0000
+++ b/lib/libc/shlib_version    Thu Oct 24 19:37:35 2013 +0000
@@ -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



Home | Main Index | Thread Index | Old Index