From 2ce76e40c495e6fdb7151abd495b55d4a42bd769 Mon Sep 17 00:00:00 2001 From: gonzo Date: Fri, 10 Feb 2012 19:58:04 +0000 Subject: [PATCH 122/175] Remove debug output git-svn-id: http://svn.freebsd.org/base/head@231419 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f (cherry picked from commit 48a8879cd8b1c4d1f8246c3017b1382a54cc5d95) Signed-off-by: Xin Li --- libexec/rtld-elf/mips/reloc.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libexec/rtld-elf/mips/reloc.c b/libexec/rtld-elf/mips/reloc.c index b954fa3..732562d 100644 --- a/libexec/rtld-elf/mips/reloc.c +++ b/libexec/rtld-elf/mips/reloc.c @@ -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 * -- 1.7.9.4