summaryrefslogtreecommitdiffstats
path: root/ldso/ldso/arm
Commit message (Expand)AuthorAgeFilesLines
* Add protected symbols support for all architecturesSalvatore Cro2011-01-201-1/+5
* Revert "ldso/arm: Correct protected symbol resolution"Carmelo Amoroso2011-01-201-9/+2
* ldso/arm: Correct protected symbol resolutionKhem Raj2010-07-211-2/+9
* Merge remote branch 'origin/master' into nptlAustin Foxley2010-04-121-1/+1
|\
| * silence warning about undefined preprocessor tokenBernhard Reutner-Fischer2010-04-121-1/+1
* | Add missing libgcc_s.h header.Khem Raj2010-02-171-1/+0
|/
* ldso: clean up breakage in tls mergeMike Frysinger2009-10-152-11/+10
* ldso/: tls support for dynamic linkerAustin Foxley2009-09-266-18/+206
* Move extern prototype out of function scopeRon2009-07-051-1/+2
* Use __always_inline instead of __inline__Carmelo Amoroso2009-03-051-4/+4
* Remove check for the relocation type check in the resolver,Carmelo Amoroso2009-01-281-8/+0
* ldso/ldso/dl-startup.c: make _dl_elf_main static; remove one dead variable.Denis Vlasenko2009-01-041-1/+1
* - Use runtime pagesize (Jeremy Kerr)Bernhard Reutner-Fischer2008-12-031-5/+0
* - tidy up inline:Bernhard Reutner-Fischer2008-10-241-1/+1
* - use c89-style commentsBernhard Reutner-Fischer2008-10-031-1/+1
* - ARMV5 can use STRD and LDRD access instructions but these accesses need to beBernhard Reutner-Fischer2008-09-251-0/+4
* - commentary typo fixBernhard Reutner-Fischer2008-09-151-1/+1
* - fix inline keywordBernhard Reutner-Fischer2008-07-231-4/+4
* - fix asm and volatile keywordsBernhard Reutner-Fischer2008-07-231-1/+1
* - fixup asm. No object-code changesBernhard Reutner-Fischer2008-04-241-5/+5
* Paul Brook writes:Bernhard Reutner-Fischer2008-03-261-1/+2
* Use constant pool instead of and adr Khem Raj2006-11-211-15/+11
* Paul Brook writes:Eric Andersen2006-11-161-5/+9
* This change reimplements the ARM _dl_linux_resolve entry point - this isEric Andersen2006-11-102-33/+150
* arm thumb:Eric Andersen2006-11-101-0/+35
* Make _dl_linux_resolve interworking safe. Thanks Paul BrookKhem Raj2006-10-101-0/+6
* Don't use r10 to find PIC base. In GCC 4.1.1 onwards ARM PIC handling uses ps...Khem Raj2006-10-071-5/+29
* eat extraneous ; and insert some whitespace where it belongsMike Frysinger2006-06-192-12/+12
* macro out the /10 operation so arches can have their own versions ... and cre...Mike Frysinger2006-03-081-0/+1
* s:THUMB_INTERWORK:USE_BX:, thx Khem RajPeter S. Mazinger2006-01-311-2/+10
* John Bowler says: use (!thumb) instead of (arm) since thumb defines armMike Frysinger2006-01-311-3/+3
* John Bowler writes in Bug 385:Mike Frysinger2006-01-312-0/+87
* remove excess whitespaceMike Frysinger2006-01-291-1/+0
* since just about everyone uses return _dl_elf_main for START() now, make it t...Mike Frysinger2006-01-171-6/+0
* Partly undo earlier patch on vapier's requestPeter S. Mazinger2005-11-211-2/+0
* Guard debug_sym/debug_reloc, make sure elfinterp.c sees __SUPPORT_LD_DEBUG__Peter S. Mazinger2005-11-211-0/+4
* __set_errno must be redefined after #include "sys/syscall.h".Joakim Tjernlund2005-09-211-1/+2
* rip out all the duplicated debug code and move into a shared fileMike Frysinger2005-07-072-75/+44
* Based in part on related code in glibc, this might even be correct.Eric Andersen2005-06-101-9/+42
* Moved the addition of load address from the fast pathJoakim Tjernlund2005-03-292-7/+7
* General arch cleanup and prepare support for standaloneJoakim Tjernlund2005-03-172-23/+18
* Add _dl_boot() prototype.Joakim Tjernlund2005-03-151-1/+1
* Same typo here.Joakim Tjernlund2005-03-141-1/+1
* Generalize optimized relative reloc procesing.Joakim Tjernlund2005-03-141-1/+36
* fix eriks e-mail addressMike Frysinger2005-01-052-2/+2
* Add RTLD_LOCAL support for dlopened libs. Reported byJoakim Tjernlund2004-11-101-56/+3
* Make do_rem() safe. From Peter Kjellerstedt.Joakim Tjernlund2004-09-231-1/+1
* Don't allow undefined global symbols to pass.Joakim Tjernlund2004-09-231-11/+7
* Patch from Stefan Allius:Joakim Tjernlund2004-08-251-3/+3
* Let ldso decide if it should relocate itselft a second time. ThisJoakim Tjernlund2004-08-171-5/+0