summaryrefslogtreecommitdiff
path: root/ldso/ldso/mips/elfinterp.c
AgeCommit message (Expand)Author
2014-12-28relocation fixesWaldemar Brodkorb
2014-04-23ldso/mips: Remove redundant LD_DEBUG printsGregory Fong
2014-04-23ldso/mips: actually print results of each relocationGregory Fong
2013-12-20Fix for SIGBUS error on MIPS64 with N64 ABIWaldemar Brodkorb
2012-03-25ldso: use ELF_xxx()/ElfW() helpersMike Frysinger
2012-01-23ldso/mips: fix symbol lookup for JUMP_SLOT and COPY relocationsCarmelo Amoroso
2011-10-14ldso: silence harmless warning for !LDSO_PRELINK_SUPPORTBernhard Reutner-Fischer
2011-05-04Merge remote-tracking branch 'origin/master' into prelinkCarmelo Amoroso
2011-04-18MIPS LDSO: pass sym_ref parameter to _dl_find_hash() to support PROTECTED sym...Maksim Rayskiy
2011-01-21Merge remote branch 'origin/master' into prelinkCarmelo Amoroso
2011-01-20Add protected symbols support for all architecturesSalvatore Cro
2010-10-11ldso: Extend prelink support for all other achitecturesFilippo Arcidiacono
2010-06-02ldso/mips: Fix relocation parsing so that they work on both mips32/mips64Khem Raj
2010-04-12silence warning about undefined preprocessor tokenBernhard Reutner-Fischer
2010-01-25mips/ldso: Check for TLS relocation in elf_machine_type_class.Khem Raj
2010-01-14mips/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-01-28Remove check for the relocation type check in the resolver,Carmelo Amoroso
2008-12-22- non-pic support for MIPS (Catherine Moore, clm at codesourcery com)Bernhard Reutner-Fischer
2006-11-04mips64 patch from Atsushi Nemoto:Eric Andersen
2006-06-19eat extraneous ; and insert some whitespace where it belongsMike Frysinger
2006-01-29remove unneeded double reloc_type definitionMike 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-07-07rip out all the duplicated debug code and move into a shared fileMike Frysinger
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
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-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-06-27Joakim Tjernlund writes:Eric Andersen
2004-06-19Joakim Tjernlund writes:Eric Andersen
2004-05-11Bradley D. LaRonde, brad at laronde dot org writes:Eric Andersen
2004-02-20Patch by Joakim Tjernlund <joakim.tjernlund@lumentis.se>, which gotManuel Novoa III
2004-02-14Atsushi Nemoto writes:Eric Andersen
2004-02-14Give gcc branch prediction some hits on obviously unlikely branchesEric Andersen
2004-02-14Joakim Tjernlund writes:Eric Andersen
2004-02-05Fixup a badly merged updateEric Andersen
2004-01-29Modify interfaces for _dl_parse_relocation_information()Eric Andersen
2003-08-22Make the mips ld.so debug noise somewhat useful, and less gratuitouslyEric Andersen
2002-11-05Massive scrubbing of the shared lib loader error handling.Eric Andersen
2002-08-08Patch from Stefan Allius and Edie C. Dost to add SuperHEric Andersen