소스 검색

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 년 전
부모
커밋
6380fddc18
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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: