Home | History | Annotate | Download | only in ld-elf
      1 	.text
      2 	.globl main
      3 	.globl start
      4 	.globl _start
      5 	.globl __start
      6 main:
      7 start:
      8 _start:
      9 __start:
     10 	.byte 0
     11