blob: 5120af466c786a84a0e2422f4d88d92de4bc70ec [file] [log] [blame]
.text
.globl _start
.type _start, @function
_start:
lea foo@TLSDESC(%rip), %rax
call *foo@TLSCALL(%rax)
movl %fs:0, %ecx
addl foo@gottpoff(%rip), %ecx
.section .tdata,"awT",@progbits
.align 4
.type foo, @object
.size foo, 4
foo:
.long 30
.section .note.GNU-stack,"",@progbits