Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
ba0d4ac1
Commit
ba0d4ac1
authored
Jun 01, 2010
by
Ian Lynagh
Browse files
Add PPC_RELOC_LOCAL_SECTDIFF support; patch from PHO in #3654
parent
ac266b25
Changes
1
Hide whitespace changes
Inline
Side-by-side
rts/Linker.c
View file @
ba0d4ac1
...
...
@@ -4278,7 +4278,8 @@ static int relocateSection(
else
if
(
scat
->
r_type
==
PPC_RELOC_SECTDIFF
||
scat
->
r_type
==
PPC_RELOC_LO16_SECTDIFF
||
scat
->
r_type
==
PPC_RELOC_HI16_SECTDIFF
||
scat
->
r_type
==
PPC_RELOC_HA16_SECTDIFF
)
||
scat
->
r_type
==
PPC_RELOC_HA16_SECTDIFF
||
scat
->
r_type
==
PPC_RELOC_LOCAL_SECTDIFF
)
#else
else
if
(
scat
->
r_type
==
GENERIC_RELOC_SECTDIFF
||
scat
->
r_type
==
GENERIC_RELOC_LOCAL_SECTDIFF
)
...
...
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