blob: e1e7e601f49bd4369450e039e3c963c50b0dec07 [file] [log] [blame]
.text
.globl _start
_start:
leaq foo@TLSGD(%rip), %rdi
call __tls_get_addr
.section .tdata,"awT",@progbits
.align 4
.type foo, @object
.size foo, 4
foo:
.long 100