Index: uspace/lib/c/arch/ia32/src/rtld/reloc.c
===================================================================
--- uspace/lib/c/arch/ia32/src/rtld/reloc.c	(revision 4f205248dfb2dd7692ef1b857648ba9d96fe496c)
+++ uspace/lib/c/arch/ia32/src/rtld/reloc.c	(revision 3fafe5e03bb501f8627b315f8e97330dd3996f86)
@@ -84,5 +84,7 @@
 
 	for (i = 0; i < rt_entries; ++i) {
-//		DPRINTF("symbol %d: ", i);
+#if 0
+		DPRINTF("symbol %d: ", i);
+#endif
 		r_offset = rt[i].r_offset;
 		r_info = rt[i].r_info;
@@ -100,13 +102,17 @@
 
 		if (sym->st_name != 0) {
-//			DPRINTF("rel_type: %x, rel_offset: 0x%x\n", rel_type, r_offset);
+#if 0
+			DPRINTF("rel_type: %x, rel_offset: 0x%x\n", rel_type, r_offset);
+#endif
 			sym_def = symbol_def_find(str_tab + sym->st_name,
 			    m, ssf_none, &dest);
 			DPRINTF("dest name: '%s'\n", dest->dyn.soname);
-//			DPRINTF("dest bias: 0x%x\n", dest->bias);
+			DPRINTF("dest bias: 0x%x\n", dest->bias);
 			if (sym_def) {
 				sym_addr = (uint32_t)
 				    symbol_get_addr(sym_def, dest, NULL);
-//				DPRINTF("symbol definition found, addr=0x%x\n", sym_addr);
+#if 0
+				DPRINTF("symbol definition found, addr=0x%x\n", sym_addr);
+#endif
 			} else {
 				printf("Definition of '%s' not found.\n",
