1 .globl main 2 .globl start 3 .globl _start 4 .globl __start 5 .text 6 main: 7 start: 8 _start: 9 __start: 10 .byte 0 11 .common foo,4,4 12