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

andersen at uclibc.org andersen at uclibc.org
Fri May 27 00:22:51 UTC 2005


Author: andersen
Date: 2005-05-26 18:22:50 -0600 (Thu, 26 May 2005)
New Revision: 10418

Log:
minor tweak for correctness


Modified:
   trunk/uClibc/libc/sysdeps/linux/mips/bsd-setjmp.S


Changeset:
Modified: trunk/uClibc/libc/sysdeps/linux/mips/bsd-setjmp.S
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/mips/bsd-setjmp.S	2005-05-26 23:32:38 UTC (rev 10417)
+++ trunk/uClibc/libc/sysdeps/linux/mips/bsd-setjmp.S	2005-05-27 00:22:50 UTC (rev 10418)
@@ -34,8 +34,8 @@
 .type setjmp, at function
 
 setjmp:
+	.set	noreorder
 #ifdef __PIC__
-	.set	noreorder
 	.cpload t9
 	.set	reorder
 	la	t9, __sigsetjmp




More information about the uClibc-cvs mailing list