aboutsummaryrefslogtreecommitdiff
path: root/libexec/rtld-elf/powerpc
Commit message (Expand)AuthorAgeFilesLines
* MFC r234840:Konstantin Belousov2012-05-131-1/+1
* MFC r233231:Konstantin Belousov2012-04-031-11/+14
* MFC r232831:Konstantin Belousov2012-03-301-0/+3
* MFC r228435:Konstantin Belousov2012-01-041-4/+26
* MFC r228646:Nathan Whitehorn2011-12-311-0/+4
* When loading dso without PT_GNU_STACK phdr, only callKonstantin Belousov2011-01-251-0/+3
* Mark rtld on PowerPC as not requiring executable stack.Konstantin Belousov2011-01-141-1/+1
* Implement support for ELF filters in rtld. Both normal and auxillaryKonstantin Belousov2010-12-251-17/+20
* Fix two subtle problems in PPC32 RTLD. The first is a concurrency issueNathan Whitehorn2010-10-041-2/+5
* Only use the cache after the early stage of loading. This isRoman Divacky2010-05-181-8/+4
* Support the extended PLT format used when objects have more than 8192Nathan Whitehorn2010-02-223-25/+67
* Now that the kernel defines CACHE_LINE_SIZE in machine/param.h, useRobert Watson2009-04-191-2/+0
* Include an extra header to get a function prototype.John Birrell2007-11-191-0/+1
* Unbreak the dynamic linker by not creating a cache for rtld-elfMarcel Moolenaar2007-07-151-2/+6
* o Fix the static TLS relocation. We were subtracting the size ofMarcel Moolenaar2006-09-011-2/+2
* Implement ELF symbol versioning using GNU semantics. This code aimsAlexander Kabaev2005-12-181-1/+3
* Remove these unused files before any other archs include the same bogusJohn Baldwin2004-11-121-169/+0
* Implement TLS relocations for powerpc.Suleiman Souhlal2004-11-022-3/+73
* Add stubs for powerpc TLS.Doug Rabson2004-08-042-0/+41
* Allow threading libraries to register their own lockingAlexander Kabaev2003-05-293-36/+34
* No need to zero fill memory, mmapped anonymously. Kernel willAlexander Kabaev2003-03-141-5/+1
* rtld support for PowerPC. Mostly obtained from NetBSD, with modsPeter Grehan2002-12-045-0/+926