=== modified file 'usr/klibc/arch/ppc64/crt0.S'
--- a/usr/klibc/arch/ppc64/crt0.S	2006-07-10 23:39:55 +0000
+++ b/usr/klibc/arch/ppc64/crt0.S	2011-03-16 19:58:01 +0000
@@ -12,16 +12,17 @@
 	.section ".toc","aw"
 .LC0:	.tc	environ[TC],environ
 
+	.text
+	.align 4
+
 	.section ".opd","aw"
-	.align 3
-	.globl _start
 _start:
-	.quad	._start
-	.quad	.TOC.@tocbase, 0
-
-	.text
-	.globl	._start
+	.quad	._start, .TOC.@tocbase, 0
+	.previous
+	.size	_start, 24
 	.type	._start,@function
+	.globl	_start
+	.globl	._start
 ._start:
 	stdu    %r1,-32(%r1)
 	addi    %r3,%r1,32
@@ -29,4 +30,4 @@ _start:
 	b 	.__libc_init
 	nop
 
-	.size _start,.-_start
+	.size ._start,.-._start

