The spec for ELF on PowerPC:
http://refspecs.linux-foundation.org/elf/elfspec_ppc.pdf
says:
"The PowerPC family uses only the Elf32_Rela relocation entries with explicit addends."
(EM_PPC64 should be covered by Config->Is64 already.)
Differential D40826
[LLD] Use Rela on PowerPC too comex on Dec 4 2017, 9:50 PM. Authored by
Details The spec for ELF on PowerPC: (EM_PPC64 should be covered by Config->Is64 already.)
Diff Detail
Event TimelineComment Actions Sorry for the delay; here's an updated diff with a test. (The test didn't seem to clearly belong in any existing .s file I saw, so I just made a new one.) |