From ac654b06161d867de0b53cf65e24b08c59db3d01 Mon Sep 17 00:00:00 2001 From: gonzo Date: Fri, 10 Feb 2012 19:58:04 +0000 Subject: Remove debug output --- libexec/rtld-elf/mips/reloc.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libexec/rtld-elf/mips/reloc.c') 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 * -- cgit v1.1