Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
a7c788e5
Commit
a7c788e5
authored
Jun 28, 2007
by
Clemens Fruhwirth
Browse files
Generate .LC_ indirection-symbols also on x86_64 (as on all other archs running Linux)
parent
8910b7b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/cmm/CLabel.hs
View file @
a7c788e5
...
...
@@ -857,8 +857,8 @@ pprDynamicLinkerAsmLabel GotSymbolPtr lbl
=
pprCLabel
lbl
<>
text
"@gotpcrel"
pprDynamicLinkerAsmLabel
GotSymbolOffset
lbl
=
pprCLabel
lbl
pprDynamicLinkerAsmLabel
_
_
=
panic
"pprDynamicLinkerAsm
Label
"
pprDynamicLinkerAsmLabel
SymbolPtr
lbl
=
text
".LC_"
<>
pprC
Label
lbl
#
elif
linux_TARGET_OS
pprDynamicLinkerAsmLabel
CodeStub
lbl
=
pprCLabel
lbl
<>
text
"@plt"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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