Browse Source

ldso: remove useless debug output, too much noise

Waldemar Brodkorb 7 years ago
parent
commit
a7f8986f6e
1 changed files with 0 additions and 2 deletions
  1. 0 2
      ldso/ldso/dl-startup.c

+ 0 - 2
ldso/ldso/dl-startup.c

@@ -319,8 +319,6 @@ DL_START(unsigned long args)
 						SEND_STDERR_DEBUG(strtab + sym->st_name);
 						SEND_STDERR_DEBUG("\n");
 #endif
-					} else {
-						SEND_STDERR_DEBUG("relocating unknown symbol\n");
 					}
 					/* Use this machine-specific macro to perform the actual relocation.  */
 					PERFORM_BOOTSTRAP_RELOC(rpnt, reloc_addr, symbol_addr, load_addr, sym);