debug output tweak
authorSimon Marlow <marlowsd@gmail.com>
Thu, 24 Jul 2008 15:26:36 +0000 (15:26 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Thu, 24 Jul 2008 15:26:36 +0000 (15:26 +0000)
rts/Linker.c

index 7408572..07d1a1a 100644 (file)
@@ -3164,7 +3164,7 @@ ocGetNames_ELF ( ObjectCode* oc )
                if (ELF_ST_TYPE(stab[j].st_info) == STT_FUNC)
                    ad = (char *)allocateFunctionDesc((Elf_Addr)ad);
 #endif
-               IF_DEBUG(linker,debugBelch( "addOTabName(GLOB): %10p  %s %s",
+               IF_DEBUG(linker,debugBelch( "addOTabName(GLOB): %10p  %s %s\n",
                                       ad, oc->fileName, nm ));
                isLocal = FALSE;
             }