OSDN Git Service

Implement _start completely in assembler. Otherwise the compiler will
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>
Wed, 9 Feb 2005 08:42:13 +0000 (08:42 -0000)
committerPeter Kjellerstedt <peter.kjellerstedt@axis.com>
Wed, 9 Feb 2005 08:42:13 +0000 (08:42 -0000)
commit439fc76c8d321d10018aad3a9a5d9562906c58ad
tree330775bad28c6ab360f420c84960329879b0139a
parent41d65c1c06be54140ec2b218c0c11a67305614fe
Implement _start completely in assembler. Otherwise the compiler will
push the frame pointer when DO_DEBUG is enabled (and thus incorrect
argc, argv and envp will be passed to the program).
libc/sysdeps/linux/cris/crt0.c