svn commit: trunk/uClibc/docs
vapier at uclibc.org
vapier at uclibc.org
Tue Dec 12 20:26:29 PST 2006
Author: vapier
Date: 2006-12-12 20:26:28 -0800 (Tue, 12 Dec 2006)
New Revision: 16867
Log:
be more specific as to what arguments to __uClibc_main() people can skim on during initial port
Modified:
trunk/uClibc/docs/PORTING
Changeset:
Modified: trunk/uClibc/docs/PORTING
===================================================================
--- trunk/uClibc/docs/PORTING 2006-12-13 00:35:21 UTC (rev 16866)
+++ trunk/uClibc/docs/PORTING 2006-12-13 04:26:28 UTC (rev 16867)
@@ -27,7 +27,7 @@
the funcion __uClibc_main() which takes these parameters:
__uClibc_main(main(), argc, argv, _init(), _fini())
Initially if you wish to make things easier on yourself, you can disable the
- UCLIBC_CTOR_DTOR option and just set those two arguments to NULL
+ UCLIBC_CTOR_DTOR option and just set the init/fini arguments to NULL.
glibc generally stores this function in libc/sysdeps/ARCH/elf/start.S
- create these additional files in ARCH/bits/
More information about the uClibc-cvs
mailing list