]> Git Repo - uclibc-ng.git/commitdiff
ldso: remove useless debug output, too much noise
authorWaldemar Brodkorb <[email protected]>
Sun, 24 Jul 2016 17:15:09 +0000 (19:15 +0200)
committerWaldemar Brodkorb <[email protected]>
Mon, 31 Oct 2016 17:00:08 +0000 (18:00 +0100)
ldso/ldso/dl-startup.c

index 18a39ce2c122faeb7978a9e8655f8373e882469e..87f564f485cd318346ce6a35396589ee473877c6 100644 (file)
@@ -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);
This page took 0.026557 seconds and 4 git commands to generate.