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