remove sample utf-8 code that's not part of the standard library
[musl] / crt / i386 / crt1.s
1 .text
2 .global _start
3 _start:
4         xorl %ebp,%ebp
5         popl %ecx
6         movl %esp,%eax
7         andl $-16,%esp
8         pushl %esp
9         pushl %esp
10         pushl %edx
11         pushl %ebp
12         pushl %ebp
13         pushl %eax
14         pushl %ecx
15         pushl $main
16         call __libc_start_main
17 .L0:    jmp .L0