Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
b46472fe
Commit
b46472fe
authored
May 29, 2010
by
Ian Lynagh
Browse files
OS X x86_64 fix from Barney Stratford
parent
3f38bcf4
Changes
1
Hide whitespace changes
Inline
Side-by-side
rts/Linker.c
View file @
b46472fe
...
...
@@ -4212,6 +4212,9 @@ static int relocateSection(
thing
+=
value
;
break
;
case
X86_64_RELOC_SIGNED
:
case
X86_64_RELOC_SIGNED_1
:
case
X86_64_RELOC_SIGNED_2
:
case
X86_64_RELOC_SIGNED_4
:
ASSERT
(
reloc
->
r_pcrel
);
thing
+=
value
-
baseValue
;
break
;
...
...
Write
Preview
Markdown
is supported
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