Source-Changes-HG archive

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

[src/trunk]: src/lib/libc TODO: fix stdout/stdin/stderr to not require copy r...



details:   https://anonhg.NetBSD.org/src/rev/e5acf650ba63
branches:  trunk
changeset: 325970:e5acf650ba63
user:      joerg <joerg%NetBSD.org@localhost>
date:      Tue Jan 14 17:20:57 2014 +0000

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

diffstat:

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

diffs (16 lines):

diff -r 72f3ff88cab7 -r e5acf650ba63 lib/libc/shlib_version
--- a/lib/libc/shlib_version    Tue Jan 14 17:18:43 2014 +0000
+++ b/lib/libc/shlib_version    Tue Jan 14 17:20:57 2014 +0000
@@ -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



Home | Main Index | Thread Index | Old Index