summaryrefslogtreecommitdiff
path: root/libc
diff options
context:
space:
mode:
authorCarmelo Amoroso <carmelo.amoroso@st.com>2008-09-04 09:42:02 +0000
committerCarmelo Amoroso <carmelo.amoroso@st.com>2008-09-04 09:42:02 +0000
commit6380fddc180583c45e57de7f6d46cf063ba5e0ce (patch)
tree47fd9ce51d0a63d3cad1a199be75bfa007600b15 /libc
parentba51fdae716597fbcb77d8fbc52bfb7fdfc31092 (diff)
Follow sh asm convention to indent the instruction into the delay slot.
(glibc community refused to apply a my patch for this :-) )
Diffstat (limited to 'libc')
-rw-r--r--libc/sysdeps/linux/sh/crti.S4
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: