diff options
author | gonzo <gonzo@FreeBSD.org> | 2012-02-10 19:58:04 +0000 |
---|---|---|
committer | gonzo <gonzo@FreeBSD.org> | 2012-02-10 19:58:04 +0000 |
commit | ac654b06161d867de0b53cf65e24b08c59db3d01 (patch) | |
tree | cac6c8f034a3107c2564a2b7478cd8bf11d0ef04 /libexec | |
parent | 857e9d7f683b470838b566d7b5470920e7405996 (diff) | |
download | FreeBSD-src-ac654b06161d867de0b53cf65e24b08c59db3d01.zip FreeBSD-src-ac654b06161d867de0b53cf65e24b08c59db3d01.tar.gz |
Remove debug output
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/rtld-elf/mips/reloc.c | 2 |
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 * |