1	.section .tbss
2	.align	4
3	.word	0, 0, 0, 0, 0, 0
4	.type	a,#tls_object
5	.size	a,4
6a:
7	.word	0
8	.text
9	.globl	_start
10_start:
11	.section .debug_foobar
12	.xword	%r_tls_dtpoff64(a)
13