Question : i386's crt0 ?

Julio Guerra guerr@julio.in
Mon Apr 22 19:26:00 GMT 2013


Hi everyone,

I am trying find out why crt0.S is not provided for i386 target as it
is the case with, for example, powerpc's. If we consider it is
supposed to initialize the C runtime, I don't understand why I should
write it myself since every i386's crt0 will do the same : stack
pointer initialization, constructor calls, etc. I really need hints
about that, it looks like I missed something...

Thank you !

--
Julio Guerra



More information about the Newlib mailing list