summaryrefslogtreecommitdiff
path: root/ldso/ldso/mips/dl-startup.h
AgeCommit message (Expand)Author
2015-12-23Replace bltzal with lapc for MIPS R6 builds.Steve Ellcey
2012-03-29ldso: mark _start hiddenMike Frysinger
2009-01-04ldso/ldso/dl-startup.c: make _dl_elf_main static; remove one dead variable.Denis Vlasenko
2008-09-15- commentary typo fixBernhard Reutner-Fischer
2008-07-23- fix asm and volatile keywordsBernhard Reutner-Fischer
2006-11-04mips64 patch from Atsushi Nemoto:Eric Andersen
2006-01-17since just about everyone uses return _dl_elf_main for START() now, make it t...Mike Frysinger
2005-07-07get rid of arch-specific defines in dl-startup.c and make each arch declare i...Mike Frysinger
2005-06-10Finish updating mips for the new ABIEric Andersen
2005-03-29Moved the addition of load address from the fast pathJoakim Tjernlund
2005-03-17Fix ldso for MIPS.Joakim Tjernlund
2005-03-17General arch cleanup and prepare support for standaloneJoakim Tjernlund
2005-03-15Fix MIPS initial GOT relocation.Joakim Tjernlund
2005-03-14Make mips at least compileEric Andersen
2004-11-02- Remove dynamic_size from struct elf_resolve.Joakim Tjernlund
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-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
2003-06-12Fix mips so it compiles with gcc 3.3Eric Andersen
2002-08-08Patch from Stefan Allius and Edie C. Dost to add SuperHEric Andersen
2002-05-20Fixed MIPS dynamic linker by removing link order dependency bug."Steven J. Hill"
2002-05-02Patch from Steven J. Hill <sjhill@realitydiluted.com>:Eric Andersen
2002-04-02Steven J. Hill's latest mips dynamic loader updatesEric Andersen
2002-03-29More mips support from sjhillEric Andersen