[uClibc]cvs commit to uClibc/misc/internals by mjn3

mjn3 at cvs.uclinux.org mjn3 at cvs.uclinux.org
Mon Feb 19 00:24:52 UTC 2001


Repository: uClibc/misc/internals
who:        mjn3
time:       Sun Feb 18 19:24:52 EST 2001


Log Message:

Create __uClibc_main to handle what can be done in C instead of each arch's
respective crt0.S.  crt0.S should now only be responsible for setting things
up to call __uClibc_main(argc, argv, envp), which will do any other necessary
setup (setting global __environ, stdio init, etc), call main, and exit.  This
should ease both maintainance and porting.


Files:

changed:    Makefile

added:      __uClibc_main.c






More information about the uClibc mailing list