OSDN Git Service

mkostemp: fix implementation
[uclinux-h8/uClibc.git] / ldso / ldso / arm / dl-startup.h
2014-06-12 Yann E. MORINarm: move check for BX to its own header
2012-03-29 Mike Frysingerldso: mark _start hidden
2012-03-25 Mike Frysingerldso: use ELF_xxx()/ElfW() helpers
2011-06-24 Carmelo AmorosoMerge remote-tracking branch 'origin/master' into prelink
2011-06-11 Yann E. MORINARM: #include <bits/arm_asm.h> where __USE_BX__ is...
2009-01-04 Denis Vlasenkoldso/ldso/dl-startup.c: make _dl_elf_main static; remov...
2008-10-24 Bernhard Reutner... - tidy up inline:
2008-10-03 Bernhard Reutner... - use c89-style comments
2006-01-31 Peter S. Mazingers:THUMB_INTERWORK:USE_BX:, thx Khem Raj
2006-01-31 Mike FrysingerJohn Bowler says: use (!thumb) instead of (arm) since...
2006-01-31 Mike FrysingerJohn Bowler writes in Bug 385:
2006-01-17 Mike Frysingersince just about everyone uses return _dl_elf_main...
2005-06-10 Eric AndersenBased in part on related code in glibc, this might...
2005-03-17 Joakim TjernlundGeneral arch cleanup and prepare support for standalone
2005-03-15 Joakim TjernlundAdd _dl_boot() prototype.
2005-01-05 Mike Frysingerfix eriks e-mail address
2004-04-20 Eric AndersenCope with gcc 3.4's more aggressive persuit of attribut...
2004-02-17 Eric AndersenSeperate out the startup stuff from the non-startup...
2004-02-17 Eric AndersenKill off an arm specific hack, that fostered three...
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...
2002-11-14 Eric AndersenAdd missing quotes
2002-08-08 Eric AndersenPatch from Stefan Allius and Edie C. Dost to add SuperH
2002-03-18 Eric AndersenLet older arm cross compilers work
2001-07-03 Eric AndersenFinish up merging the arm port into the main tree.