aboutsummaryrefslogtreecommitdiff
path: root/libexec/rtld-elf/mips
Commit message (Expand)AuthorAgeFilesLines
* IFUNC symbol type shall be processed for non-PLT relocations,Konstantin Belousov2014-08-291-0/+4
* Before jumping to application's entry point set ra == pc in orderOleksandr Tymoshenko2012-03-231-1/+2
* Fix several problems with our ELF filters implementation.Konstantin Belousov2012-03-201-8/+10
* Use PTR_SUBU instead of subu (missed this one)Oleksandr Tymoshenko2012-03-121-1/+1
* Use PTR_(ADD|SUB)U macrosses instead of hardcoded addu/subuOleksandr Tymoshenko2012-03-121-2/+2
* - Although we pass first 4 arguments in registers, function callinf ABI requiresOleksandr Tymoshenko2012-03-121-7/+9
* Add support for preinit, init and fini arrays. Some ABIs, inKonstantin Belousov2012-03-111-0/+3
* - Switch to saving non-offseted pointer to TLS block in order too keep things...Oleksandr Tymoshenko2012-03-062-17/+4
* Add handlers for TLS-related relocation entriesOleksandr Tymoshenko2012-02-112-3/+87
* Remove debug outputOleksandr Tymoshenko2012-02-101-2/+0
* Switch MIPS TLS implementation to Variant IOleksandr Tymoshenko2012-02-102-7/+42
* Fix debug output for MIPS part of rtldOleksandr Tymoshenko2012-02-101-12/+13
* Spelling fixes for libexec/Ulrich Spörlein2012-01-071-1/+1
* Add support for STT_GNU_IFUNC and R_MACHINE_IRELATIVE GNU extensions toKonstantin Belousov2011-12-121-0/+16
* When loading dso without PT_GNU_STACK phdr, only callKonstantin Belousov2011-01-251-0/+3
* Implement support for ELF filters in rtld. Both normal and auxillaryKonstantin Belousov2010-12-251-5/+8
* Add parentheses around the argument 'x' used in the __bswapXX(x) macros. RevertNeel Natu2010-08-111-1/+1
* Fix compilation error for 64-bit little endian build:Neel Natu2010-08-101-2/+2
* 64 bit support for MIPS rtld.Jayachandran C.2010-07-292-10/+17
* Merge jmallett@'s n64 work into HEAD - changeset 3Jayachandran C.2010-06-161-3/+5
* Updated rtld for n32 support.Warner Losh2010-03-042-153/+315
* Now that the kernel defines CACHE_LINE_SIZE in machine/param.h, useRobert Watson2009-04-191-2/+0
* This code has no copyright. It is fairly obvious to me that we're aWarner Losh2008-10-131-14/+48
* MFp4: Fix a bug in the mips relocation code that prevents shared imagesWarner Losh2008-10-101-22/+14
* MFp4: Add mips support for dynamic linking.Warner Losh2008-04-043-0/+558