From 6380fddc180583c45e57de7f6d46cf063ba5e0ce Mon Sep 17 00:00:00 2001 From: Carmelo Amoroso Date: Thu, 4 Sep 2008 09:42:02 +0000 Subject: Follow sh asm convention to indent the instruction into the delay slot. (glibc community refused to apply a my patch for this :-) ) --- libc/sysdeps/linux/sh/crti.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libc') 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: -- cgit v1.2.3