summaryrefslogtreecommitdiff
path: root/ldso/ldso/cris
AgeCommit message (Expand)Author
2017-01-14ldso: do not resolve relocations for debug, dig them up when debuggingWaldemar Brodkorb
2012-03-29ldso: mark _start hiddenMike Frysinger
2012-03-25ldso: use ELF_xxx()/ElfW() helpersMike Frysinger
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-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
2009-11-15ldso: Add missing newlines to some debug messagesBernhard Reutner-Fischer
2009-10-14ldso: fixup all the rest of the calls to _dl_find_hashAustin 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-03- Use runtime pagesize (Jeremy Kerr)Bernhard Reutner-Fischer
2008-10-24- tidy up inline:Bernhard Reutner-Fischer
2008-07-23- fix inline keywordBernhard Reutner-Fischer
2008-07-23- fix asm and volatile keywordsBernhard Reutner-Fischer
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-02-23Added support for the new CRISv32 architecture.Peter Kjellerstedt
2006-02-23Moved the definition of MMAP2_PAGE_SHIFT from ldso/ldso/cris/dl-syscalls.hPeter Kjellerstedt
2006-02-23Specify a correct MMAP2_PAGE_SHIFT to use when calculating the offsetPeter Kjellerstedt
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-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-04-07Replaced modulo code with the modulo operator.Tobias Anderberg
2005-03-29Moved the addition of load address from the fast pathJoakim Tjernlund
2005-03-17General arch cleanup and prepare support for standaloneJoakim Tjernlund
2005-03-15A little whitespace clean up.Peter Kjellerstedt
2005-03-15Made it compile again (and it even seems to work).Peter Kjellerstedt
2005-03-14Generalize optimized relative reloc procesing.Joakim Tjernlund
2004-11-10Add RTLD_LOCAL support for dlopened libs. Reported byJoakim Tjernlund
2004-10-07Remove _dl_parse_copy_information() for CRIS per Peter Kjellerstedts request.Joakim Tjernlund
2004-09-23Don't allow undefined global symbols to pass.Joakim Tjernlund
2004-09-23Make do_rem() safe. From Peter Kjellerstedt.Joakim Tjernlund
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-05-12Add a local '_dl_errno' to be used by syscalls in ldso, allowingEric Andersen
2004-05-10Save r0 before modifying it.Tobias Anderberg
2004-04-20Cope with gcc 3.4's more aggressive persuit of attribute unusedEric Andersen
2004-02-17Seperate out the startup stuff from the non-startup stuff.Eric Andersen
2004-02-14Give gcc branch prediction some hits on obviously unlikely branchesEric Andersen
2004-02-14Joakim Tjernlund writes:Eric Andersen
2004-02-10Rework file naming, aiming for at least a vague level of consistancyEric Andersen