Home | History | Annotate | Download | only in ld-i386
      1 	.text
      2 	.weak bar
      3 	.globl	_start
      4 	.type	_start, @function
      5 _start:
      6 	cmp	bar@GOT(%edx), %eax
      7 	cmp	bar@GOT(%edx), %ecx
      8 	mov	bar@GOT(%edx), %eax
      9 	mov	bar@GOT(%edx), %ecx
     10 	test	bar@GOT(%edx), %eax
     11 	test	bar@GOT(%edx), %ecx
     12 	.size	_start, .-_start
     13