From 7e4add25abbe7f82989d156a5259b4eef08ba3be Mon Sep 17 00:00:00 2001 From: Joakim Tjernlund Date: Mon, 12 Feb 2007 10:10:44 +0000 Subject: Removed a .align 2 by mistake in previous commit. --- libc/sysdeps/linux/powerpc/crti.S | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libc/sysdeps/linux/powerpc/crti.S') diff --git a/libc/sysdeps/linux/powerpc/crti.S b/libc/sysdeps/linux/powerpc/crti.S index a6ea25003..09589ba8b 100644 --- a/libc/sysdeps/linux/powerpc/crti.S +++ b/libc/sysdeps/linux/powerpc/crti.S @@ -20,3 +20,5 @@ _fini: stwu 1,-32(1) mflr 0 stw 0,36(1) + + .align 2 -- cgit v1.2.3