OSDN Git Service

overhaul i386 syscall mechanism not to depend on external asm source
[android-x86/external-musl-libc.git] / crt / x86_64 / crti.s
1 .section .init
2 .global _init
3 _init:
4         push %rax
5
6 .section .fini
7 .global _fini
8 _fini:
9         push %rax