1	.section	.tbss,"awT",@nobits
2	.align 4
3	.type	a, @object
4	.size	a, 4
5a:
6	.zero	4
7	.text
8.globl _start
9	.type	_start, @function
10_start:
11	leal	a@dtpoff, %eax
12	.size	_start, .-_start
13