1	.section	.init,"ax"
2	.align 1
3	.globl _init
4_init:
5
6	.section	.fini,"ax"
7	.align 1
8	.globl _fini
9_fini:
10