diff options
| author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-07-24 19:15:09 +0200 | 
|---|---|---|
| committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-10-31 18:00:08 +0100 | 
| commit | a7f8986f6e81b912b35b46dcad4b8258f75c8b29 (patch) | |
| tree | 025ea731f99329df0d6d5879e78fc77f2c94bc4c | |
| parent | 99ef2719fb3d703fe38c4113cd7f5adec516dd3a (diff) | |
ldso: remove useless debug output, too much noise
| -rw-r--r-- | ldso/ldso/dl-startup.c | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/ldso/ldso/dl-startup.c b/ldso/ldso/dl-startup.c index 18a39ce2c..87f564f48 100644 --- a/ldso/ldso/dl-startup.c +++ b/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);  | 
