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 Disalble a debug only where it causes prob...



details:   https://anonhg.NetBSD.org/src/rev/acdf78d33ac2
branches:  trunk
changeset: 786658:acdf78d33ac2
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon May 06 07:58:43 2013 +0000

description:
Disalble a debug only where it causes problems.

diffstat:

 libexec/ld.elf_so/rtld.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 8d06109081e1 -r acdf78d33ac2 libexec/ld.elf_so/rtld.c
--- a/libexec/ld.elf_so/rtld.c  Mon May 06 07:54:04 2013 +0000
+++ b/libexec/ld.elf_so/rtld.c  Mon May 06 07:58:43 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rtld.c,v 1.163 2013/05/03 18:31:24 matt Exp $   */
+/*     $NetBSD: rtld.c,v 1.164 2013/05/06 07:58:43 skrll Exp $  */
 
 /*
  * Copyright 1996 John D. Polstra.
@@ -40,7 +40,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: rtld.c,v 1.163 2013/05/03 18:31:24 matt Exp $");
+__RCSID("$NetBSD: rtld.c,v 1.164 2013/05/06 07:58:43 skrll Exp $");
 #endif /* not lint */
 
 #include <sys/param.h>
@@ -443,7 +443,7 @@
        debug = 1;
        dbg(("sp = %p, argc = %ld, argv = %p <%s> relocbase %p", sp,
            (long)sp[2], &sp[3], (char *) sp[3], (void *)relocbase));
-#if 0
+#ifndef __x86_64__
        dbg(("got is at %p, dynamic is at %p", _GLOBAL_OFFSET_TABLE_,
            &_DYNAMIC));
 #endif



Home | Main Index | Thread Index | Old Index