summaryrefslogtreecommitdiffstats
path: root/libexec/rtld-elf/sparc64/reloc.c
Commit message (Expand)AuthorAgeFilesLines
* MFC 308456: Pass the correct flag to find_symdef() from _rtld_bind().jhb2016-12-011-1/+1
* MFC r308689:kib2016-11-231-0/+5
* MFC r257811 (by markj):kib2016-03-121-2/+2
* MFC r270798:kib2014-09-121-0/+4
* Add GNU hash support for rtld.kib2012-04-301-1/+1
* Fix several problems with our ELF filters implementation.kib2012-03-201-8/+11
* Spelling fixes for libexec/uqs2012-01-071-5/+5
* Add support for STT_GNU_IFUNC and R_MACHINE_IRELATIVE GNU extensions tokib2011-12-121-0/+16
* - Add support for TLS relocations.marius2011-03-111-6/+88
* - Remove clause 3 and 4 from TNF licenses. [1]marius2011-03-111-75/+63
* - With the addition of TLS support binutils started to make the addendmarius2011-03-061-0/+3
* - Consistently abbreviate the names of the relocations.marius2011-03-061-38/+43
* Implement support for ELF filters in rtld. Both normal and auxillarykib2010-12-251-18/+23
* Only use the cache after the early stage of loading. This isrdivacky2010-05-181-7/+4
* - Fix the handling of R_SPARC_OLO10, which is a bit of a special casemarius2007-10-161-9/+14
* Cache does not serve any purpose when rtld is relocating itself, dokensmith2007-07-131-2/+6
* Fix TLS on sparc64 for statically and dynamically linked binarieskmacy2006-10-081-2/+3
* Allocate space for thread pointer, this allows thread library to accessdavidxu2006-03-281-1/+1
* Implement ELF symbol versioning using GNU semantics. This code aimskan2005-12-181-1/+3
* Make our ELF64 type definitions match standards. In particular thismarcel2005-12-181-8/+8
* MFNetBSD: src/libexec/ld.elf_so/arch/sparc64/mdreloc.c 1.26 (partial)marius2005-06-041-1/+1
* Add support for Thread Local Storage.dfr2004-08-031-0/+21
* Allow threading libraries to register their own lockingkan2003-05-291-17/+17
* No need to zero fill memory, mmapped anonymously. Kernel willkan2003-03-141-2/+0
* Fix rtld to handle SPARC_R_UA{16,64} relocations correctly.kan2002-12-051-2/+2
* Fix the handling of high PLT entries (> 32764) on sparc64. This requirestmm2002-11-181-175/+188
* Return an error if a symbol is not found in reloc_jmpslots() instead oftmm2002-09-141-0/+2
* Add needed include of mman.h to fix sparc64 buildworld.jake2002-06-241-1/+3
* The last bits of the alloca -> mmap fix. IA64 and SPARC64 (current only).dillon2002-06-221-4/+15
* rtld support for sparc64.jake2002-03-131-0/+693
OpenPOWER on IntegriCloud