summaryrefslogtreecommitdiff
path: root/ldso/ldso/dl-startup.c
AgeCommit message (Expand)Author
2020-09-22Fix unused variable warning in dl-startup.cYann Sionneau
2017-06-21remove editor hints for viWaldemar Brodkorb
2017-04-01nios2: allow to hack on experimenting ld.so supportWaldemar Brodkorb
2016-10-31ldso: remove useless debug output, too much noiseWaldemar Brodkorb
2015-02-27ldso: silence warningBernhard Reutner-Fischer
2012-04-08ldso: fix fdpic support broken from prelink patchFilippo Arcidiacono
2011-07-27ldso/mips: Enable bootstrap relocationsKevin Cernekee
2011-05-04Merge remote-tracking branch 'origin/master' into prelinkCarmelo Amoroso
2011-04-18dl-startup: fix typos in block commentKevin Cernekee
2010-09-17ldso: Add runtime prelink supportFilippo Arcidiacono
2010-09-17ldso: Rework global scope handling and symbol lookup mechanismFilippo Arcidiacono
2010-09-17ldso: Add implementation of ld.so standalone executionFilippo Arcidiacono
2009-12-17check if USE_TLS is defined before useHans-Christian Egtvedt
2009-10-15ldso: clean up breakage in tls mergeMike Frysinger
2009-09-26ldso/: tls support for dynamic linkerAustin Foxley
2009-07-05Avoid type-punned pointers that break strict-aliasingRon
2009-01-14ldso: performs bootstrap relocations only if required by the arch.Carmelo Amoroso
2009-01-10simple optimizations and style fixes in dynamic loadingDenis Vlasenko
2009-01-04ldso/ldso/dl-startup.c: make _dl_elf_main static; remove one dead variable.Denis Vlasenko
2008-05-30- Avoid warning about missing brace. No obj-code changes.Bernhard Reutner-Fischer
2007-12-03Blackfin FD-PIC patches 5/6.Bernd Schmidt
2007-11-16Added AVR32 support to uClibc. Signed-off-by: Hans-Christian Egtvedt <hcegtve...Carmelo Amoroso
2006-11-17Bernd Schmidt writes:Mike Frysinger
2006-10-07Bernd Schmidt writes:Mike Frysinger
2006-09-19merge some more FDPIC related fixes from Bernd SchmidtMike Frysinger
2006-07-05patch from Bernd Schmidt to abstract away initializing of relocation addressesMike Frysinger
2006-07-05patch from Bernd Schmidt to abstract away load address typesMike Frysinger
2006-07-05patch from Bernd Schmidt to abstract away load addressesMike Frysinger
2006-07-05revert fdpic patch so we can merge it in bit by bitMike Frysinger
2006-06-30Bernd Schmidt writes: abstract away addresses so we can support FDPIC ELFsMike Frysinger
2006-06-30Bernd Schmidt writes: too many semicolons!Mike Frysinger
2006-01-17since just about everyone uses return _dl_elf_main for START() now, make it t...Mike Frysinger
2005-12-16Remove all trailing ; after *_alias and change 2 to use weak_alias instead of...Peter S. Mazinger
2005-08-09disable early debug code if the arch relies on certain values (like load_addr...Mike Frysinger
2005-07-13dump the address we transfer control toMike Frysinger
2005-07-11minor touchups in debug output/commentsMike Frysinger
2005-07-11base __rtld_stack_end off of argv instead of args so we dont have to worry ab...Mike Frysinger
2005-07-08add some more useful debug outputMike Frysinger
2005-07-08need _DEBUG macros for NUMBER tooMike Frysinger
2005-07-07get rid of arch-specific defines in dl-startup.c and make each arch declare i...Mike Frysinger
2005-07-07add debug code for showing argc/argv/envp and touch up some other debug outputMike Frysinger
2005-07-04use the a_val member instead of a_ptr/a_fcn since newer elf defines dropped t...Mike Frysinger
2005-06-30create generic ELF_* macros to hide 32/64 bit differencesMike Frysinger
2005-06-30change all Elf32_* usage to ElfW(*) usage since we shouldnt care about the bi...Mike Frysinger
2005-06-27Add __libc_stack_end to ld.so. The libc.a version remains to do.Joakim Tjernlund
2005-06-25create some DEBUG macros for the ld debug earlyMike Frysinger
2005-04-13Adjust indentationEric Andersen
2005-04-13This update gets mips working again.Eric Andersen
2005-04-12Remove __FORCE_SHAREABLE_TEXT_SEGMENTS__ hack from ldso itself.Joakim Tjernlund
2005-03-29Moved the addition of load address from the fast pathJoakim Tjernlund