[uClibc-cvs] svn commit: trunk/uClibc/libc/sysdeps/linux/mips

mjn3 at uclibc.org mjn3 at uclibc.org
Sun Jul 31 04:31:58 UTC 2005


Author: mjn3
Date: 2005-07-30 22:31:58 -0600 (Sat, 30 Jul 2005)
New Revision: 10993

Log:
Old glibc fix for ltp's clone07 test.  Another file that needs updating...

Modified:
   trunk/uClibc/libc/sysdeps/linux/mips/clone.S


Changeset:
Modified: trunk/uClibc/libc/sysdeps/linux/mips/clone.S
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/mips/clone.S	2005-07-31 04:27:19 UTC (rev 10992)
+++ trunk/uClibc/libc/sysdeps/linux/mips/clone.S	2005-07-31 04:31:58 UTC (rev 10993)
@@ -102,7 +102,7 @@
 	lw		a0,4(sp)	/* Argument pointer.  */
 
 	/* Call the user's function.  */
-	jalr		t9
+	jal		t9
 
 	/* Call _exit rather than doing it inline for breakpoint purposes.  */
 	move		a0,v0




More information about the uClibc-cvs mailing list