Source-Changes-HG archive

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

[src/trunk]: src/lib/libc Sort out relationship with crt0.o on major bump.



details:   https://anonhg.NetBSD.org/src/rev/3129d90852aa
branches:  trunk
changeset: 791266:3129d90852aa
user:      joerg <joerg%NetBSD.org@localhost>
date:      Sun Nov 10 20:59:27 2013 +0000

description:
Sort out relationship with crt0.o on major bump.

diffstat:

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

diffs (16 lines):

diff -r c6cdd3dd4b29 -r 3129d90852aa lib/libc/shlib_version
--- a/lib/libc/shlib_version    Sun Nov 10 20:18:51 2013 +0000
+++ b/lib/libc/shlib_version    Sun Nov 10 20:59:27 2013 +0000
@@ -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



Home | Main Index | Thread Index | Old Index