use same object files for libc.a and libc.so if compiler produces PIC
[musl] / crt / i386 / crti.s
1 .section .init
2 .global _init
3 _init:
4         sub $12,%esp
5
6 .section .fini
7 .global _fini
8 _fini:
9         sub $12,%esp