On PowerPC64 ELFv2 ABI, functions may have 2 entry points: global and local. The local entry point location of a function is stored in the st_other field of the symbol, as an offset relative to the global entry point.
This change compliments D56586, copying st_other bits from original symbol to its versioned alias and addresses https://bugs.llvm.org/show_bug.cgi?id=41048.