diff options
| author | Joakim Tjernlund <joakim.tjernlund@transmode.se> | 2007-02-12 10:10:44 +0000 | 
|---|---|---|
| committer | Joakim Tjernlund <joakim.tjernlund@transmode.se> | 2007-02-12 10:10:44 +0000 | 
| commit | 7e4add25abbe7f82989d156a5259b4eef08ba3be (patch) | |
| tree | c022745ef297a25e034b756de6d63997439a3a3b | |
| parent | 698b37c48595106acf366a3cecc08ccad0bad3c4 (diff) | |
Removed a .align 2 by mistake in previous commit.
| -rw-r--r-- | libc/sysdeps/linux/powerpc/crti.S | 2 | 
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  | 
