summaryrefslogtreecommitdiffstats
path: root/lib/csu/arm/crt0.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge the per-arch crt0.c files into common_elf/crt0.c, with MD macros inguenther2013-12-031-130/+0
| | | | | | the md_init.h files. Worked out with and ok miod@; ok matthew@
* mips64 no longer uses scrt0.o, and it was identical to crt0.o anyway.guenther2013-12-011-3/+1
| | | | | | Delete unused #ifndef SCRT0 conditionals. ok miod@
* The kernel and ld.so have passed 0 in r0 for use as the cleanupguenther2013-11-101-11/+6
| | | | | | | | | | callback for about a year, so it's safe to make __start() pass that as the cleanup argument to ___start(), and have *that* conditionally pass it to atexit(). Eliminate the no-longer-used obj and ps_strings arguments to position things correctly, simplifying the ASM wrapper slightly. ok kettenis@ miod@; testing patrick@
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-051-2/+1
| | | | ok guenther millert kettenis
* tag..drahn2004-02-011-0/+1
|
* startup files for arm. Partially borrowed from NetBSD.drahn2004-02-011-0/+137