Home | History | Annotate | Download | only in ld-i386
      1 	.text
      2 	.globl	_start
      3 	.type	_start, @function
      4 _start:
      5 	movl	__start_my_section@GOT(%ecx), %eax
      6 	ret
      7 	.size	_start, .-_start
      8 	.section	my_section,"aw",@progbits
      9 	.align 8
     10 	.long	4660
     11 	.long	22136
     12