summaryrefslogtreecommitdiff
path: root/ldso/ldso/arm/dl-startup.h
AgeCommit message (Expand)Author
2023-12-12elf: support ELF binaries in noMMUGreg Ungerer
2018-11-01Add support for Thumb-only processors.Christophe Lyon
2018-08-10rtld: Add startup codeChristophe Lyon
2018-08-10rtld: Add FDPIC code for armChristophe Lyon
2017-06-21remove editor hints for viWaldemar Brodkorb
2015-04-22arm: Add BX and BXC macrosBernhard Reutner-Fischer
2014-06-12arm: move check for BX to its own headerYann E. MORIN
2012-03-29ldso: mark _start hiddenMike Frysinger
2012-03-25ldso: use ELF_xxx()/ElfW() helpersMike Frysinger
2011-06-11ARM: #include <bits/arm_asm.h> where __USE_BX__ is usedYann E. MORIN
2009-01-04ldso/ldso/dl-startup.c: make _dl_elf_main static; remove one dead variable.Denis Vlasenko
2008-10-24- tidy up inline:Bernhard Reutner-Fischer
2008-10-03- use c89-style commentsBernhard Reutner-Fischer
2006-01-31s:THUMB_INTERWORK:USE_BX:, thx Khem RajPeter S. Mazinger
2006-01-31John Bowler says: use (!thumb) instead of (arm) since thumb defines armMike Frysinger
2006-01-31John Bowler writes in Bug 385:Mike Frysinger
2006-01-17since just about everyone uses return _dl_elf_main for START() now, make it t...Mike Frysinger
2005-06-10Based in part on related code in glibc, this might even be correct.Eric Andersen
2005-03-17General arch cleanup and prepare support for standaloneJoakim Tjernlund
2005-03-15Add _dl_boot() prototype.Joakim Tjernlund
2005-01-05fix eriks e-mail addressMike Frysinger
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-17Kill off an arm specific hack, that fostered three other arch specificEric Andersen
2004-02-07Restore the library entry point so it works. It does haveEric Andersen
2004-02-07Split off the stuff that cannot use function into its own file,Eric Andersen
2002-11-14Add missing quotesEric Andersen
2002-08-08Patch from Stefan Allius and Edie C. Dost to add SuperHEric Andersen
2002-03-18Let older arm cross compilers workEric Andersen
2001-07-03Finish up merging the arm port into the main tree.Eric Andersen