summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/cris/crt0.c
AgeCommit message (Collapse)Author
2005-02-09Implement _start completely in assembler. Otherwise the compiler willPeter Kjellerstedt
push the frame pointer when DO_DEBUG is enabled (and thus incorrect argc, argv and envp will be passed to the program).
2003-12-02Put in a dummy reference to main so busybox will link.Manuel Novoa III
2003-08-27Cosmetic changes.Tobias Anderberg
2003-01-23Hopefully this will work as expected. I have no way toEric Andersen
test but this should be correct.
2002-09-23Cosmetic cleanup.Tobias Anderberg
2002-09-16Initial version of the CRIS port.Tobias Anderberg