summaryrefslogtreecommitdiffstats
path: root/libexec/rtld-elf/powerpc64
Commit message (Expand)AuthorAgeFilesLines
* MFC r270798:kib2014-09-121-0/+4
* Revert r253748,253749avg2013-07-281-0/+1
* remove needless inclusion of machine/cpu.h in userlandavg2013-07-281-1/+0
* Avoid use of register variables, which some compilers (e.g. clang)nwhitehorn2013-02-081-9/+5
* Add GNU hash support for rtld.kib2012-04-301-1/+1
* Use xmalloc() instead of malloc() in the places where malloc() callskib2012-03-221-1/+1
* Fix several problems with our ELF filters implementation.kib2012-03-201-11/+14
* Add support for preinit, init and fini arrays. Some ABIs, inkib2012-03-111-0/+3
* Additional icache paranoia: non-PLT relocations can modify the text segment.nwhitehorn2011-12-171-2/+5
* Add support for STT_GNU_IFUNC and R_MACHINE_IRELATIVE GNU extensions tokib2011-12-121-0/+16
* Remove dead code that snuck in from the 32-bit PowerPC version of thisnwhitehorn2011-03-071-4/+0
* Turn off default generation of userland dot symbols on powerpc64 now thatnwhitehorn2011-02-181-3/+3
* When loading dso without PT_GNU_STACK phdr, only callkib2011-01-251-0/+3
* Mark rtld on PowerPC as not requiring executable stack.kib2011-01-141-0/+1
* Add support for R_PPC64_UADDR64 relocations.nwhitehorn2011-01-031-1/+2
* Fix an error in the ABI in rtld_bind_start(). When passing arguments to anwhitehorn2010-12-281-44/+44
* Implement support for ELF filters in rtld. Both normal and auxillarykib2010-12-251-17/+20
* Check for undefined weak symbols during PLT binding on powerpc64, and donwhitehorn2010-09-121-2/+7
* RTLD support for powerpc64. A few small modifications to the Makefilenwhitehorn2010-07-104-0/+734
OpenPOWER on IntegriCloud