blob: 861c8e7c78b63e0b5eafe5d8a5946acb74639e9f [file] [log] [blame]
#
# arch/ppc/crt0.S
#
.text
.align 4
.type _start,@function
.globl _start
_start:
mr 3,1
li 4,0
bl __libc_init
.size _start,.-_start