Browse Source

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

Carmelo Amoroso 15 years ago
parent
commit
6380fddc18
1 changed files with 2 additions and 2 deletions
  1. 2 2
      libc/sysdeps/linux/sh/crti.S

+ 2 - 2
libc/sysdeps/linux/sh/crti.S

@@ -12,7 +12,7 @@ _init:
 	sts.l	pr,@-r15
 	mov	r15,r14
 	bra	1f
-	nop
+	 nop
 	.align 2
 1:
 	
@@ -27,6 +27,6 @@ _fini:
 	sts.l	pr,@-r15
 	mov	r15,r14
 	bra	1f
-	nop
+	 nop
 	.align 2
 1: