aboutsummaryrefslogtreecommitdiff
path: root/libexec/rtld-elf/powerpc/reloc.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r270798:Konstantin Belousov2014-09-121-0/+4
* Revert r253748,253749Andriy Gapon2013-07-281-0/+1
* remove needless inclusion of machine/cpu.h in userlandAndriy Gapon2013-07-281-1/+0
* Add GNU hash support for rtld.Konstantin Belousov2012-04-301-1/+1
* Fix a missed file in r234580: replace the now-obsolete powerpc_mb() withNathan Whitehorn2012-04-231-2/+2
* Fix several problems with our ELF filters implementation.Konstantin Belousov2012-03-201-11/+14
* Additional icache paranoia: non-PLT relocations can modify the text segment.Nathan Whitehorn2011-12-171-0/+4
* Fix RTLD on PowerPC after r228435. Changing the order of init_pltgot()Nathan Whitehorn2011-12-171-4/+11
* Add support for STT_GNU_IFUNC and R_MACHINE_IRELATIVE GNU extensions toKonstantin Belousov2011-12-121-0/+15
* 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-221-25/+60
* 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
* Implement TLS relocations for powerpc.Suleiman Souhlal2004-11-021-3/+65
* Add stubs for powerpc TLS.Doug Rabson2004-08-041-0/+26
* Allow threading libraries to register their own lockingAlexander Kabaev2003-05-291-26/+26
* 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-041-0/+495