Update of /cvsroot/linux-vax/toolchain/patches
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23684
Modified Files:
uclibc-000003-crt0-part1.patch
Log Message:
- Reference correct function. Getting nearer to link it, but crti/crtn is
missing (because the Makefile is wrong mostly).
Index: uclibc-000003-crt0-part1.patch
===================================================================
RCS file: /cvsroot/linux-vax/toolchain/patches/uclibc-000003-crt0-part1.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- uclibc-000003-crt0-part1.patch 24 Sep 2005 22:13:49 -0000 1.1
+++ uclibc-000003-crt0-part1.patch 24 Sep 2005 22:39:06 -0000 1.2
@@ -214,7 +214,7 @@
+ * void (*rtld_fini) (void),
+ * void *stack_end);
+ */
-+ calls $5, __uClibc_start_main
++ calls $5, __uClibc_main
+#else
+ /* start to load the arguments from the stack */
+ /* arguments are on ap stack */
|