Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Shayne Fletcher
Glasgow Haskell Compiler
Commits
8bd0e4bc
Commit
8bd0e4bc
authored
Jul 24, 2008
by
Simon Marlow
Browse files
debug output tweak
parent
251fc4cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
rts/Linker.c
View file @
8bd0e4bc
...
...
@@ -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
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment