summaryrefslogtreecommitdiff
path: root/ldso/ldso/mips
AgeCommit message (Expand)Author
2010-01-25mips/ldso: Check for TLS relocation in elf_machine_type_class.Khem Raj
2010-01-21mips/nptl: Pass correct parameters to dl_find_hash when resolving TLS relocat...Khem Raj
2009-10-15ldso: clean up breakage in tls mergeMike Frysinger
2009-10-04mips: fix typo in elfinterp.cAustin Foxley
2009-09-26ldso/: tls support for dynamic linkerAustin Foxley
2009-03-05Use __always_inline instead of __inline__Carmelo Amoroso
2009-01-28Remove check for the relocation type check in the resolver,Carmelo Amoroso
2009-01-14ldso: performs bootstrap relocations only if required by the arch.Carmelo Amoroso
2009-01-04ldso/ldso/dl-startup.c: make _dl_elf_main static; remove one dead variable.Denis Vlasenko
2008-12-22- non-pic support for MIPS (Catherine Moore, clm at codesourcery com)Bernhard Reutner-Fischer
2008-12-03- Use runtime pagesize (Jeremy Kerr)Bernhard Reutner-Fischer
2008-09-15- commentary typo fixBernhard Reutner-Fischer
2008-07-23- fix inline keywordBernhard Reutner-Fischer
2008-07-23- fix asm and volatile keywordsBernhard Reutner-Fischer
2008-04-24- fixup asm. No object-code changesBernhard Reutner-Fischer
2007-02-17Make _dl_malloc alignment arch configurable.Joakim Tjernlund
2007-02-13use /*...*/ comments rather than #... so we can preprocessMike Frysinger
2006-11-04mips64 patch from Atsushi Nemoto:Eric Andersen
2006-06-19eat extraneous ; and insert some whitespace where it belongsMike Frysinger
2006-03-08macro out the /10 operation so arches can have their own versions ... and cre...Mike Frysinger
2006-01-29rename local i var to idx to get rid of shadow warningMike Frysinger
2006-01-29remove unneeded double reloc_type definitionMike Frysinger
2006-01-19move a bunch of arch-specific checks out of common files and into an arch spe...Mike Frysinger
2006-01-17since just about everyone uses return _dl_elf_main for START() now, make it t...Mike Frysinger
2005-11-21Partly undo earlier patch on vapier's requestPeter S. Mazinger
2005-11-21Guard debug_sym/debug_reloc, make sure elfinterp.c sees __SUPPORT_LD_DEBUG__Peter S. Mazinger
2005-09-21__set_errno must be redefined after #include "sys/syscall.h".Joakim Tjernlund
2005-08-15move arch-specific checks out of shared dl-syscall.h and into arch-specific d...Mike Frysinger
2005-07-07get rid of arch-specific defines in dl-startup.c and make each arch declare i...Mike Frysinger
2005-07-07rip out all the duplicated debug code and move into a shared fileMike Frysinger
2005-06-10Finish updating mips for the new ABIEric Andersen
2005-05-01On mips, gdb explicitly looks for the symbol "__dl_runtime_resolve" so changeEric Andersen
2005-03-29Moved the addition of load address from the fast pathJoakim Tjernlund
2005-03-17Fix ldso for MIPS.Joakim Tjernlund
2005-03-17General arch cleanup and prepare support for standaloneJoakim Tjernlund
2005-03-15Fix MIPS initial GOT relocation.Joakim Tjernlund
2005-03-14Make mips at least compileEric Andersen
2005-03-14Generalize optimized relative reloc procesing.Joakim Tjernlund
2004-11-17Add BIND NOW support to MIPS.Joakim Tjernlund
2004-11-10Add RTLD_LOCAL support for dlopened libs. Reported byJoakim Tjernlund
2004-11-02- Remove dynamic_size from struct elf_resolve.Joakim Tjernlund
2004-09-23Make do_rem() safe. From Peter Kjellerstedt.Joakim Tjernlund
2004-08-26Only print debug stuff when askedEric Andersen
2004-08-26Avoid multiple passes to perform mips GOT relocations, and doEric Andersen
2004-08-26Relocations of the application's global GOT entries were not being run, andEric Andersen
2004-08-25Joakim Tjernlund writes:Eric Andersen
2004-08-25Patch from Stefan Allius:Joakim Tjernlund
2004-08-17Let ldso decide if it should relocate itselft a second time. ThisJoakim Tjernlund
2004-07-30Whitespace cleanupEric Andersen
2004-06-27Joakim Tjernlund writes:Eric Andersen