summaryrefslogtreecommitdiffstats
path: root/libexec/rtld-elf/mips/reloc.c
diff options
context:
space:
mode:
authorgonzo <gonzo@FreeBSD.org>2012-02-10 19:58:04 +0000
committergonzo <gonzo@FreeBSD.org>2012-02-10 19:58:04 +0000
commitac654b06161d867de0b53cf65e24b08c59db3d01 (patch)
treecac6c8f034a3107c2564a2b7478cd8bf11d0ef04 /libexec/rtld-elf/mips/reloc.c
parent857e9d7f683b470838b566d7b5470920e7405996 (diff)
downloadFreeBSD-src-ac654b06161d867de0b53cf65e24b08c59db3d01.zip
FreeBSD-src-ac654b06161d867de0b53cf65e24b08c59db3d01.tar.gz
Remove debug output
Diffstat (limited to 'libexec/rtld-elf/mips/reloc.c')
-rw-r--r--libexec/rtld-elf/mips/reloc.c2
1 files changed, 0 insertions, 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 *
OpenPOWER on IntegriCloud