The relocations R_PPC64_REL16_LO and R_PPC64_REL16_HA should return R_PC for getRelExpr since they compute #lo(S + A – P) and #ha(S + A – P)
Details
Details
Diff Detail
Diff Detail
Differential D44648
[ELF][PPC64] Fix getRelExpr for R_PPC64_REL16_LO and R_PPC64_REL16_HA syzaara on Mar 19 2018, 1:36 PM. Authored by
Details The relocations R_PPC64_REL16_LO and R_PPC64_REL16_HA should return R_PC for getRelExpr since they compute #lo(S + A – P) and #ha(S + A – P)
Diff Detail Event Timeline |
nit: move REQUIRES line to the top of a test file.