.globl main .globl start .globl _start .globl __start .text main: start: _start: __start: .byte 0 .tls_common foo,4,4