summaryrefslogtreecommitdiff
path: root/libexec/ld.so/powerpc64
AgeCommit message (Expand)Author
2021-11-14Delete all the no-op RELOC_GOT() macros and their uses.Philip Guenther
2020-10-16Use the retguard macros from asm.h to protect the system call stubs.Theo de Raadt
2020-07-18Use the same names as the 64-bit PowerPC ELF ABI for the relocations.Mark Kettenis
2020-07-16Rewrite loop to match what is written down in the ABI document.Mark Kettenis
2020-07-16Make lazy binding work.Mark Kettenis
2020-06-28Disable powerpc64 lazy binding, code was not for 64 bit ABIDale Rahn
2020-06-28Powerpc64 ld.so asm code needs to conform to Powerpc64 abi, not 32bit.Dale Rahn
2020-06-25PowerPC64 ld.so code.Dale Rahn