blob: 857768274202579e349a3fc5b8f4150d90d8ec45 [file] [log] [blame]
#
# arch/ppc/crt0.S
#
.text
.align 4
.type _start,@function
.globl _start
_start:
stwu 1,-16(1)
addi 3,1,16
li 4,0
bl __libc_init
.size _start,.-_start