svn commit: trunk/uClibc/libc/sysdeps/linux/sh

carmelo at uclibc.org carmelo at uclibc.org
Thu Sep 4 09:42:03 UTC 2008


Author: carmelo
Date: 2008-09-04 02:42:02 -0700 (Thu, 04 Sep 2008)
New Revision: 23322

Log:
Follow sh asm convention to indent the instruction into the delay slot.
(glibc community refused to apply a my patch for this :-) )


Modified:
   trunk/uClibc/libc/sysdeps/linux/sh/crti.S


Changeset:
Modified: trunk/uClibc/libc/sysdeps/linux/sh/crti.S
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/sh/crti.S	2008-09-04 09:33:23 UTC (rev 23321)
+++ trunk/uClibc/libc/sysdeps/linux/sh/crti.S	2008-09-04 09:42:02 UTC (rev 23322)
@@ -12,7 +12,7 @@
 	sts.l	pr, at -r15
 	mov	r15,r14
 	bra	1f
-	nop
+	 nop
 	.align 2
 1:
 	
@@ -27,6 +27,6 @@
 	sts.l	pr, at -r15
 	mov	r15,r14
 	bra	1f
-	nop
+	 nop
 	.align 2
 1:




More information about the uClibc-cvs mailing list