summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/arm/crt0.S
AgeCommit message (Expand)Author
2005-06-10Dunno yet if I got this right or not, but it now at leastEric Andersen
2005-05-28Add Peter Mazinger fini/crt compat patch. Select DL_FINI_CRT_COMPAT toJoakim Tjernlund
2004-12-12Patch from Paul Brook:Eric Andersen
2004-08-21Kill off all support for 'gcc -pg' / 'gprof' style profiling. There is both aEric Andersen
2004-05-14__data_start needs to be added to all crt0.S files that don't currentlyEric Andersen
2004-01-16s/UCLIBC_HAS_MMU/ARCH_HAS_MMU/gEric Andersen
2003-03-06Make profiling on arm workEric Andersen
2003-02-08Fixup handling of the .note.ABI-tag section so that it is ARM only,Eric Andersen
2003-01-23Update crt0 for arm to provide the main referenceEric Andersen
2002-12-12Based on discussions with Stefan Allius, change it so that we alwaysEric Andersen
2002-11-27Make support for global constructors and global destructors beEric Andersen
2002-11-15I was an idiot and put _fini into the wrong register. Duh.Eric Andersen
2002-10-01This commit contains a patch from Stefan Allius <allius@atecom.com> to changeEric Andersen
2002-04-14Manuel and I were looking into a problem with applications failing to linkEric Andersen
2002-03-16Remove the C++ support stubs, since these now live elsewhere andEric Andersen
2001-12-19merged the two startup files so that uClinux people always get the correctDavid McCullough
2001-10-04Patch from David McCullough <davidm@lineo.com>:Eric Andersen
2001-08-28This will hopefully make global constructors and destructors workEric Andersen
2001-04-28Fix up a commentEric Andersen
2001-02-23Update arm for the new way of entering main. BTW, I can now run things on armEric Andersen
2001-02-09Revert stdio to initializing itself. Not quite a pretty but that ensures thatEric Andersen
2001-02-07_void_void_null_func never returned. I noticed this yesterdayEric Andersen
2001-01-17Minor comment updateEric Andersen
2001-01-16Fix arm so it actually works.Eric Andersen
2001-01-16Added common handling of errno.Eric Andersen
2001-01-15USe the name crt0.o, and cp it to $(TOPDIR)/libcrt0.oEric Andersen