summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/powerpc/crti.S
diff options
context:
space:
mode:
authorJoakim Tjernlund <joakim.tjernlund@transmode.se>2007-02-12 10:10:44 +0000
committerJoakim Tjernlund <joakim.tjernlund@transmode.se>2007-02-12 10:10:44 +0000
commit7e4add25abbe7f82989d156a5259b4eef08ba3be (patch)
treec022745ef297a25e034b756de6d63997439a3a3b /libc/sysdeps/linux/powerpc/crti.S
parent698b37c48595106acf366a3cecc08ccad0bad3c4 (diff)
Removed a .align 2 by mistake in previous commit.
Diffstat (limited to 'libc/sysdeps/linux/powerpc/crti.S')
-rw-r--r--libc/sysdeps/linux/powerpc/crti.S2
1 files changed, 2 insertions, 0 deletions
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