[uClibc-cvs] uClibc/ldso/ldso startup.c,1.1,1.2

Erik Andersen andersen at uclibc.org
Sat Feb 7 12:26:12 UTC 2004


Update of /var/cvs/uClibc/ldso/ldso
In directory nail:/home/andersen/CVS/uClibc/ldso/ldso

Modified Files:
	startup.c 
Log Message:
Restore the library entry point so it works.  It does have
to be arch specific to work properly.


Index: startup.c
===================================================================
RCS file: /var/cvs/uClibc/ldso/ldso/startup.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- startup.c	7 Feb 2004 10:40:15 -0000	1.1
+++ startup.c	7 Feb 2004 12:26:09 -0000	1.2
@@ -120,7 +120,7 @@
         NULL
 		auxvt[0...N]   Auxiliary Vector Table elements (mixed types)
 */
-void _dl_boot2(unsigned long args)
+DL_BOOT(unsigned long args)
 {
 	unsigned int argc;
 	char **argv, **envp;




More information about the uClibc-cvs mailing list