Source-Changes-HG archive

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

[src/trunk]: src/libexec/ld.elf_so Remove incorrect comment.



details:   https://anonhg.NetBSD.org/src/rev/66405d86301f
branches:  trunk
changeset: 759800:66405d86301f
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu Dec 16 19:35:38 2010 +0000

description:
Remove incorrect comment.

diffstat:

 libexec/ld.elf_so/load.c |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (28 lines):

diff -r 231c317fe6f8 -r 66405d86301f libexec/ld.elf_so/load.c
--- a/libexec/ld.elf_so/load.c  Thu Dec 16 19:31:47 2010 +0000
+++ b/libexec/ld.elf_so/load.c  Thu Dec 16 19:35:38 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: load.c,v 1.38 2010/10/16 10:27:07 skrll Exp $   */
+/*     $NetBSD: load.c,v 1.39 2010/12/16 19:35:38 skrll Exp $   */
 
 /*
  * Copyright 1996 John D. Polstra.
@@ -40,7 +40,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: load.c,v 1.38 2010/10/16 10:27:07 skrll Exp $");
+__RCSID("$NetBSD: load.c,v 1.39 2010/12/16 19:35:38 skrll Exp $");
 #endif /* not lint */
 
 #include <err.h>
@@ -236,8 +236,7 @@
                            val.s, name);
                        break;
                }
-               /* XXX: This can mess up debuggers, cause we lie about
-                * what we loaded in the needed objects */
+
                for (j = 0; j < RTLD_MAX_LIBRARY &&
                    x->entry[i].library[j] != NULL; j++) {
                        o = _rtld_load_library(x->entry[i].library[j], obj,



Home | Main Index | Thread Index | Old Index