Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge the per-arch crt0.c files into common_elf/crt0.c, with MD macros in | 2013-12-03 | 1 | -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. | 2013-12-01 | 1 | -3/+1 | |
| | | | | | | Delete unused #ifndef SCRT0 conditionals. ok miod@ | ||||
* | The kernel and ld.so have passed 0 in r0 for use as the cleanup | 2013-11-10 | 1 | -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 inclusion | 2012-12-05 | 1 | -2/+1 | |
| | | | | ok guenther millert kettenis | ||||
* | tag.. | 2004-02-01 | 1 | -0/+1 | |
| | |||||
* | startup files for arm. Partially borrowed from NetBSD. | 2004-02-01 | 1 | -0/+137 | |