OSDN Git Service

Follow sh asm convention to indent the instruction into the delay slot.
authorCarmelo Amoroso <carmelo.amoroso@st.com>
Thu, 4 Sep 2008 09:42:02 +0000 (09:42 -0000)
committerCarmelo Amoroso <carmelo.amoroso@st.com>
Thu, 4 Sep 2008 09:42:02 +0000 (09:42 -0000)
(glibc community refused to apply a my patch for this :-) )

libc/sysdeps/linux/sh/crti.S

index a68e61b..7fba266 100644 (file)
@@ -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: