projects
/
ghc-hetmet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
251fc4c
)
debug output tweak
author
Simon Marlow
<marlowsd@gmail.com>
Thu, 24 Jul 2008 15:26:36 +0000
(15:26 +0000)
committer
Simon Marlow
<marlowsd@gmail.com>
Thu, 24 Jul 2008 15:26:36 +0000
(15:26 +0000)
rts/Linker.c
patch
|
blob
|
history
diff --git
a/rts/Linker.c
b/rts/Linker.c
index
7408572
..
07d1a1a
100644
(file)
--- a/
rts/Linker.c
+++ b/
rts/Linker.c
@@
-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 (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;
}
ad, oc->fileName, nm ));
isLocal = FALSE;
}