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