HomeFreeBSD

powerpc: Fix ELFv2 JMP_SLOT relocation fixup

Description

powerpc: Fix ELFv2 JMP_SLOT relocation fixup

The jump slot is a function pointer, not a descriptor pointer, in ELFv2. Just
write the pointer itself over, not the contents of the pointer, which would be
the first instruction of the function.

Details

Provenance
jhibbitsAuthored on
Parents
rS341615: MFC r341265:
Branches
Unknown
Tags
Unknown