svn commit: trunk/uClibc/libc/sysdeps/linux/powerpc
landley at uclibc.org
landley at uclibc.org
Thu Mar 29 17:18:11 UTC 2007
Author: landley
Date: 2007-03-29 10:18:09 -0700 (Thu, 29 Mar 2007)
New Revision: 18276
Log:
Revert last change until we figure out the correct fix.
Modified:
trunk/uClibc/libc/sysdeps/linux/powerpc/crt1.S
Changeset:
Modified: trunk/uClibc/libc/sysdeps/linux/powerpc/crt1.S
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/powerpc/crt1.S 2007-03-29 13:56:49 UTC (rev 18275)
+++ trunk/uClibc/libc/sysdeps/linux/powerpc/crt1.S 2007-03-29 17:18:09 UTC (rev 18276)
@@ -74,7 +74,7 @@
lwz r4,0(r9)
/* find argv one word offset from the stack pointer */
addi r5,r9,4
- mr r7,r3 /* Pass _dl_fini from ldso or NULL if statically linked
+ mr r8,r3 /* Pass _dl_fini from ldso or NULL if statically linked
Note: using r3 instead of r7, since linux 2.6 clobbers r7 */
/* Ok, now run uClibc's main() -- shouldn't return */
#ifdef __PIC__
More information about the uClibc-cvs
mailing list