1        .section .init,"ax",@progbits
2	.globl	_init
3	.ent	_init
4	.type	_init, @function
5_init:
6        ld      $2,%call16(bar)
7	.end	_init
8
9        .section .fini,"ax",@progbits
10	.globl	_fini
11	.ent	_fini
12	.type	_fini, @function
13_fini:
14	.end	_fini
15
16	.data
17foo:
18	.dword	bar
19
20