svn commit: r231419 - head/libexec/rtld-elf/mips

Oleksandr Tymoshenko gonzo at FreeBSD.org
Fri Feb 10 19:58:07 UTC 2012


Author: gonzo
Date: Fri Feb 10 19:58:04 2012
New Revision: 231419
URL: http://svn.freebsd.org/changeset/base/231419

Log:
  Remove debug output

Modified:
  head/libexec/rtld-elf/mips/reloc.c

Modified: head/libexec/rtld-elf/mips/reloc.c
==============================================================================
--- head/libexec/rtld-elf/mips/reloc.c	Fri Feb 10 19:57:58 2012	(r231418)
+++ head/libexec/rtld-elf/mips/reloc.c	Fri Feb 10 19:58:04 2012	(r231419)
@@ -43,7 +43,6 @@ __FBSDID("$FreeBSD$");
 
 #include "debug.h"
 #include "rtld.h"
-#include "rtld_printf.h"
 
 #ifdef __mips_n64
 #define	GOT1_MASK	0x8000000000000000UL
@@ -544,7 +543,6 @@ allocate_initial_tls(Obj_Entry *objs)
 	    + TLS_TP_OFFSET + TLS_TCB_SIZE);
 
 	sysarch(MIPS_SET_TLS, tls);
-	rtld_printf("allocate_initial_tls -> %p(%p)\n", tls, tls - TLS_TP_OFFSET -  TLS_TCB_SIZE);
 }
 
 void *


More information about the svn-src-all mailing list