Home | History | Annotate | Download | only in ld-x86-64
      1 	.text
      2 	.globl	foo
      3 	.type	foo, @function
      4 foo:
      5 	call bar@PLT
      6 	.size	foo, .-foo
      7 
      8 	.globl	gap
      9 	.type	gap, @function
     10 gap:
     11 	jmp .L0
     12 	.space 0x40000000, 0x90
     13 .L0:
     14 	jmp .L2
     15 	.space 0x3fdfff14, 0x90
     16 .L2:
     17 	.size	gap, .-gap
     18 	.section	.note.GNU-stack,"",@progbits
     19