Both R_PPC_CALL and R_PPC_CALL_PLT Exprs map to the R_PPC64_REL24 relocation which is a RelExp since it has the form Sym + addend - P
Details
Details
Diff Detail
Diff Detail
- Repository
- rLLD LLVM Linker
Paths
| Differential D46654
[PPC64] isRelExpr should return true for the PPC Call Exprs ClosedPublic Authored by sfertile on May 9 2018, 11:35 AM.
Details Summary Both R_PPC_CALL and R_PPC_CALL_PLT Exprs map to the R_PPC64_REL24 relocation which is a RelExp since it has the form Sym + addend - P
Diff Detail
Event TimelineThis revision is now accepted and ready to land.May 10 2018, 11:01 AM Closed by commit rL332127: [PPC64] isRelExpr should return true for the PPC Call Exprs. (authored by sfertile). · Explain WhyMay 11 2018, 12:35 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 145970 ELF/Relocations.cpp
test/ELF/ppc64-rel-so-local-calls.s
|