ref: 5dbde374a62f0923bc720ca3f42884cd7340ef96 dir: /src/libc/arch/ppc32/crt-posix.s/
.comm _environ,4,4 .text .globl _start _start: stwu 1,-16(1) lis 14,_environ@h ori 14,14,_environ@l stw 5,0(14) bl main b exit