OSDN Git Service

buildsys: cache build flags in vars
[uclinux-h8/uClibc.git] / ldso / ldso / dl-startup.c
2011-07-27 Kevin Cernekeeldso/mips: Enable bootstrap relocations
2011-07-01 Carmelo AmorosoMerge remote-tracking branch 'origin/master' into prelink
2011-06-24 Carmelo AmorosoMerge remote-tracking branch 'origin/master' into prelink
2011-05-04 Carmelo AmorosoMerge remote-tracking branch 'origin/master' into prelink
2011-04-18 Kevin Cernekeedl-startup: fix typos in block comment
2011-04-06 Carmelo AmorosoMerge remote-tracking branch 'origin/master' into prelink
2011-02-03 Carmelo AmorosoMerge remote branch 'origin/master' into prelink
2011-01-21 Carmelo AmorosoMerge remote branch 'origin/master' into prelink
2011-01-03 Carmelo AmorosoMerge commit 'origin/master' into prelink
2010-12-14 Carmelo AmorosoMerge commit 'origin/master' into prelink
2010-12-06 Carmelo AmorosoMerge commit 'origin/master' into prelink
2010-11-28 Carmelo AmorosoMerge commit 'origin/master' into prelink
2010-09-24 Carmelo AmorosoMerge commit 'origin/master' into prelink
2010-09-17 Filippo Arcidiaconoldso: Add runtime prelink support
2010-09-17 Filippo Arcidiaconoldso: Rework global scope handling and symbol lookup...
2010-09-17 Filippo Arcidiaconoldso: Add implementation of ld.so standalone execution
2009-12-17 Hans-Christian Egtvedtcheck if USE_TLS is defined before use
2009-12-17 Hans-Christian Egtvedtcheck if USE_TLS is defined before use
2009-10-15 Mike Frysingerldso: clean up breakage in tls merge
2009-09-26 Austin Foxleyldso/: tls support for dynamic linker
2009-07-06 RonAvoid type-punned pointers that break strict-aliasing
2009-01-14 Carmelo Amorosoldso: performs bootstrap relocations only if required...
2009-01-10 Denis Vlasenkosimple optimizations and style fixes in dynamic loading
2009-01-04 Denis Vlasenkoldso/ldso/dl-startup.c: make _dl_elf_main static; remov...
2008-05-30 Bernhard Reutner... - Avoid warning about missing brace. No obj-code changes.
2007-12-03 Bernd SchmidtBlackfin FD-PIC patches 5/6.
2007-11-16 Carmelo AmorosoAdded AVR32 support to uClibc. Signed-off-by: Hans...
2006-11-17 Mike FrysingerBernd Schmidt writes:
2006-10-07 Mike FrysingerBernd Schmidt writes:
2006-09-19 Mike Frysingermerge some more FDPIC related fixes from Bernd Schmidt
2006-07-05 Mike Frysingerpatch from Bernd Schmidt to abstract away initializing...
2006-07-05 Mike Frysingerpatch from Bernd Schmidt to abstract away load address...
2006-07-05 Mike Frysingerpatch from Bernd Schmidt to abstract away load addresses
2006-07-05 Mike Frysingerrevert fdpic patch so we can merge it in bit by bit
2006-06-30 Mike FrysingerBernd Schmidt writes: abstract away addresses so we...
2006-06-30 Mike FrysingerBernd Schmidt writes: too many semicolons!
2006-01-17 Mike Frysingersince just about everyone uses return _dl_elf_main...
2005-12-16 Peter S. MazingerRemove all trailing ; after *_alias and change 2 to...
2005-08-09 Mike Frysingerdisable early debug code if the arch relies on certain...
2005-07-13 Mike Frysingerdump the address we transfer control to
2005-07-11 Mike Frysingerminor touchups in debug output/comments
2005-07-11 Mike Frysingerbase __rtld_stack_end off of argv instead of args so...
2005-07-08 Mike Frysingeradd some more useful debug output
2005-07-08 Mike Frysingerneed _DEBUG macros for NUMBER too
2005-07-07 Mike Frysingerget rid of arch-specific defines in dl-startup.c and...
2005-07-07 Mike Frysingeradd debug code for showing argc/argv/envp and touch...
2005-07-04 Mike Frysingeruse the a_val member instead of a_ptr/a_fcn since newer...
2005-06-30 Mike Frysingercreate generic ELF_* macros to hide 32/64 bit differences
2005-06-30 Mike Frysingerchange all Elf32_* usage to ElfW(*) usage since we...
2005-06-27 Joakim TjernlundAdd __libc_stack_end to ld.so. The libc.a version remai...
2005-06-25 Mike Frysingercreate some DEBUG macros for the ld debug early
2005-04-13 Eric AndersenAdjust indentation
2005-04-13 Eric AndersenThis update gets mips working again.
2005-04-12 Joakim TjernlundRemove __FORCE_SHAREABLE_TEXT_SEGMENTS__ hack from...
2005-03-29 Joakim TjernlundMoved the addition of load address from the fast path
2005-03-18 Joakim TjernlundRemove dead code.
2005-03-17 Joakim TjernlundGeneral arch cleanup and prepare support for standalone
2005-03-14 Joakim TjernlundGeneralize optimized relative reloc procesing.
2005-01-12 Peter KjellerstedtUse the inlined __dl_parse_dynamic_info() in DL_BOOT...
2005-01-05 Mike Frysingerfix eriks e-mail address
2004-11-02 Joakim Tjernlund- Remove dynamic_size from struct elf_resolve.
2004-10-06 Joakim TjernlundRemove unneeded -D<somedefine>, and use instead #ifdef...
2004-08-19 Joakim TjernlundAccunt for ELF_MACHINE_PLTREL_OVERLAP when relocating...
2004-08-19 Joakim TjernlundRemove poor man's malloc. Not needed anymore.
2004-08-19 Joakim TjernlundMove "debug_addr" ptr from dl-startup.c to ldso.c
2004-08-19 Joakim TjernlundMove the app specific stuff from dl-startup.c to ldso.c.
2004-08-19 Joakim TjernlundOops, forgot to remove unused variable.
2004-08-19 Joakim TjernlundThis is now done in ldso.c
2004-08-16 Eric AndersenThe pagesize variable used when starting up is _not_...
2004-06-27 Eric AndersenJoakim Tjernlund writes:
2004-05-13 Eric AndersenBradley D. LaRonde writes:
2004-05-12 Eric AndersenPatch from Bradley D. LaRonde:
2004-05-11 Eric AndersenAs noticed by the sharp eyed Joakim Tjernlund, I stupidly
2004-05-11 Eric Andersenmake certain that getpagesize() returns correct the...
2004-02-17 Eric AndersenKill off an arm specific hack, that fostered three...
2004-02-17 Eric AndersenWhen doing _dl_mmap to obtain a bit of anonymous memory...
2004-02-14 Eric AndersenJoakim Tjernlund writes:
2004-02-10 Eric AndersenEliminate the PIE support option, and simply support...
2004-02-10 Eric AndersenRework file naming, aiming for at least a vague level...
2004-02-08 Eric AndersenCleanup whitespace and formatting
2004-02-07 Eric AndersenRestore the library entry point so it works. It does...
2004-02-07 Eric AndersenSplit off the stuff that cannot use function into its...