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 năm trước cách đây
mục cha
commit
6380fddc18
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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: