From a7f8986f6e81b912b35b46dcad4b8258f75c8b29 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 24 Jul 2016 19:15:09 +0200 Subject: ldso: remove useless debug output, too much noise --- ldso/ldso/dl-startup.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'ldso') 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); -- cgit v1.2.3