summaryrefslogtreecommitdiffstats
path: root/libexec/rtld-elf/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Revert r253748,253749avg2013-07-281-0/+1
* remove needless inclusion of machine/cpu.h in userlandavg2013-07-281-1/+0
* Add GNU hash support for rtld.kib2012-04-301-1/+1
* Fix a missed file in r234580: replace the now-obsolete powerpc_mb() withnwhitehorn2012-04-231-2/+2
* 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-0/+4
* Fix RTLD on PowerPC after r228435. Changing the order of init_pltgot()nwhitehorn2011-12-171-4/+11
* Add support for STT_GNU_IFUNC and R_MACHINE_IRELATIVE GNU extensions tokib2011-12-121-0/+15
* 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-1/+1
* Implement support for ELF filters in rtld. Both normal and auxillarykib2010-12-251-17/+20
* Fix two subtle problems in PPC32 RTLD. The first is a concurrency issuenwhitehorn2010-10-041-2/+5
* Only use the cache after the early stage of loading. This isrdivacky2010-05-181-8/+4
* Support the extended PLT format used when objects have more than 8192nwhitehorn2010-02-223-25/+67
* Now that the kernel defines CACHE_LINE_SIZE in machine/param.h, userwatson2009-04-191-2/+0
* Include an extra header to get a function prototype.jb2007-11-191-0/+1
* Unbreak the dynamic linker by not creating a cache for rtld-elfmarcel2007-07-151-2/+6
* o Fix the static TLS relocation. We were subtracting the size ofmarcel2006-09-011-2/+2
* Implement ELF symbol versioning using GNU semantics. This code aimskan2005-12-181-1/+3
* Remove these unused files before any other archs include the same bogusjhb2004-11-121-169/+0
* Implement TLS relocations for powerpc.ssouhlal2004-11-022-3/+73
* Add stubs for powerpc TLS.dfr2004-08-042-0/+41
* Allow threading libraries to register their own lockingkan2003-05-293-36/+34
* No need to zero fill memory, mmapped anonymously. Kernel willkan2003-03-141-5/+1
* rtld support for PowerPC. Mostly obtained from NetBSD, with modsgrehan2002-12-045-0/+926
OpenPOWER on IntegriCloud