summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/cris/crt0.c
Commit message (Collapse)AuthorAgeFilesLines
* Implement _start completely in assembler. Otherwise the compiler willPeter Kjellerstedt2005-02-091-15/+19
| | | | | push the frame pointer when DO_DEBUG is enabled (and thus incorrect argc, argv and envp will be passed to the program).
* Put in a dummy reference to main so busybox will link.Manuel Novoa III2003-12-021-0/+6
|
* Cosmetic changes.Tobias Anderberg2003-08-271-1/+3
|
* Hopefully this will work as expected. I have no way toEric Andersen2003-01-231-1/+12
| | | | test but this should be correct.
* Cosmetic cleanup.Tobias Anderberg2002-09-231-17/+18
|
* Initial version of the CRIS port.Tobias Anderberg2002-09-161-0/+49