summaryrefslogtreecommitdiff
path: root/ldso/ldso/mips
AgeCommit message (Expand)Author
17 hoursGeneralize vDSO code.Dmitry Chestnykh
17 hoursFix vDSO support for all supported architectures.Dmitry Chestnykh
2022-09-07Added support for creation of Static Position-Independent Executables (PIE) o...linted
2017-06-21remove editor hints for viWaldemar Brodkorb
2017-01-14ldso: do not resolve relocations for debug, dig them up when debuggingWaldemar Brodkorb
2017-01-05ld.so: fix mips{32,64}r6 supportWaldemar Brodkorb
2016-02-21mips64: with n64 ABI mapping failedWaldemar Brodkorb
2015-12-23Replace bltzal with lapc for MIPS R6 builds.Steve Ellcey
2014-12-28relocation fixesWaldemar Brodkorb
2014-04-23ldso: Add remaining relocation types to the tableGregory Fong
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-06-15mips/README: fix comment about file from which functions were copiedPeter S. Mazinger
2012-03-29ldso: mark _start hiddenMike Frysinger
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-10-06ldso: merge duplicate dl-syscalls.h code to common headerMike Frysinger
2011-10-01ldso: constify reloc array itselfMike Frysinger
2011-07-27ldso/mips: Clean up warningsKevin Cernekee
2011-07-27ldso/mips: dlsym() incorrectly matches undefined symbolsKevin Cernekee
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-02-03Merge remote branch 'origin/master' into prelinkCarmelo Amoroso
2011-01-29mips: avoid segmentation fault when RLD_MAP is 0Richard Braun
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-07-19ldso/mips: pltgot should array not address of array to dynamic info.Khem Raj
2010-07-06nptl: fix buildsysBernhard Reutner-Fischer
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-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