diff options
| author | Carmelo Amoroso <carmelo.amoroso@st.com> | 2008-09-04 09:42:02 +0000 | 
|---|---|---|
| committer | Carmelo Amoroso <carmelo.amoroso@st.com> | 2008-09-04 09:42:02 +0000 | 
| commit | 6380fddc180583c45e57de7f6d46cf063ba5e0ce (patch) | |
| tree | 47fd9ce51d0a63d3cad1a199be75bfa007600b15 | |
| parent | ba51fdae716597fbcb77d8fbc52bfb7fdfc31092 (diff) | |
Follow sh asm convention to indent the instruction into the delay slot.
(glibc community refused to apply a my patch for this :-) )
| -rw-r--r-- | libc/sysdeps/linux/sh/crti.S | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/sysdeps/linux/sh/crti.S b/libc/sysdeps/linux/sh/crti.S index a68e61b76..7fba26638 100644 --- a/libc/sysdeps/linux/sh/crti.S +++ b/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:  | 
