summaryrefslogtreecommitdiffstats
path: root/libexec/rtld-elf/mips
Commit message (Expand)AuthorAgeFilesLines
* MFC r281107: MIPS rtld: report missing symbol rather than segfaultingemaste2015-04-281-1/+1
* MFC r270798:kib2014-09-121-0/+4
* Before jumping to application's entry point set ra == pc in ordergonzo2012-03-231-1/+2
* Fix several problems with our ELF filters implementation.kib2012-03-201-8/+10
* Use PTR_SUBU instead of subu (missed this one)gonzo2012-03-121-1/+1
* Use PTR_(ADD|SUB)U macrosses instead of hardcoded addu/subugonzo2012-03-121-2/+2
* - Although we pass first 4 arguments in registers, function callinf ABI requiresgonzo2012-03-121-7/+9
* Add support for preinit, init and fini arrays. Some ABIs, inkib2012-03-111-0/+3
* - Switch to saving non-offseted pointer to TLS block in order too keep things...gonzo2012-03-062-17/+4
* Add handlers for TLS-related relocation entriesgonzo2012-02-112-3/+87
* Remove debug outputgonzo2012-02-101-2/+0
* Switch MIPS TLS implementation to Variant Igonzo2012-02-102-7/+42
* Fix debug output for MIPS part of rtldgonzo2012-02-101-12/+13
* Spelling fixes for libexec/uqs2012-01-071-1/+1
* Add support for STT_GNU_IFUNC and R_MACHINE_IRELATIVE GNU extensions tokib2011-12-121-0/+16
* When loading dso without PT_GNU_STACK phdr, only callkib2011-01-251-0/+3
* Implement support for ELF filters in rtld. Both normal and auxillarykib2010-12-251-5/+8
* Add parentheses around the argument 'x' used in the __bswapXX(x) macros. Revertneel2010-08-111-1/+1
* Fix compilation error for 64-bit little endian build:neel2010-08-101-2/+2
* 64 bit support for MIPS rtld.jchandra2010-07-292-10/+17
* Merge jmallett@'s n64 work into HEAD - changeset 3jchandra2010-06-161-3/+5
* Updated rtld for n32 support.imp2010-03-042-153/+315
* Now that the kernel defines CACHE_LINE_SIZE in machine/param.h, userwatson2009-04-191-2/+0
* This code has no copyright. It is fairly obvious to me that we're aimp2008-10-131-14/+48
* MFp4: Fix a bug in the mips relocation code that prevents shared imagesimp2008-10-101-22/+14
* MFp4: Add mips support for dynamic linking.imp2008-04-043-0/+558
OpenPOWER on IntegriCloud