Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/libexec/ld.elf_so/rtld.c,v rcsdiff: /ftp/cvs/cvsroot/src/libexec/ld.elf_so/rtld.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.162 retrieving revision 1.163 diff -u -p -r1.162 -r1.163 --- src/libexec/ld.elf_so/rtld.c 2013/05/02 21:11:18 1.162 +++ src/libexec/ld.elf_so/rtld.c 2013/05/03 18:31:24 1.163 @@ -1,4 +1,4 @@ -/* $NetBSD: rtld.c,v 1.162 2013/05/02 21:11:18 matt Exp $ */ +/* $NetBSD: rtld.c,v 1.163 2013/05/03 18:31:24 matt Exp $ */ /* * Copyright 1996 John D. Polstra. @@ -40,7 +40,7 @@ #include #ifndef lint -__RCSID("$NetBSD: rtld.c,v 1.162 2013/05/02 21:11:18 matt Exp $"); +__RCSID("$NetBSD: rtld.c,v 1.163 2013/05/03 18:31:24 matt Exp $"); #endif /* not lint */ #include @@ -443,13 +443,10 @@ _rtld(Elf_Addr *sp, Elf_Addr relocbase) debug = 1; dbg(("sp = %p, argc = %ld, argv = %p <%s> relocbase %p", sp, (long)sp[2], &sp[3], (char *) sp[3], (void *)relocbase)); -#if 1 +#if 0 dbg(("got is at %p, dynamic is at %p", _GLOBAL_OFFSET_TABLE_, &_DYNAMIC)); #endif -#if 0 - dbg(("_ctype_ is %p", _ctype_)); -#endif #endif sp += 2; /* skip over return argument space */