Module Name:    src
Committed By:   skrll
Date:           Thu Dec 16 19:35:38 UTC 2010

Modified Files:
        src/libexec/ld.elf_so: load.c

Log Message:
Remove incorrect comment.


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/libexec/ld.elf_so/load.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/libexec/ld.elf_so/load.c
diff -u src/libexec/ld.elf_so/load.c:1.38 src/libexec/ld.elf_so/load.c:1.39
--- src/libexec/ld.elf_so/load.c:1.38	Sat Oct 16 10:27:07 2010
+++ src/libexec/ld.elf_so/load.c	Thu Dec 16 19:35:38 2010
@@ -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,

Reply via email to