Home | History | Annotate | Download | only in ld-aarch64
      1 	.data
      2 	.global var
      3 	.text
      4 	.globl _start
      5 	.type _start, %function
      6 _start:
      7 	bl	foo
      8 	.size _start, . - _start
      9