.section .text,"ax"
.global _init
.type _init,@function
.align 1
_init:
nop
.global _fini
.type _fini,@function
_fini: