blob: 66636c1298197d63ff0cb7ea81c8b0375a1916ad [file] [log] [blame]
.text
.globl _start
.type _start, @function
_start:
lea foo@TLSDESC(%rip), %eax
call *foo@TLSCALL(%eax)
.section .tdata,"awT",@progbits
.align 4
.type foo, @object
.size foo, 4
foo:
.long 30
.section .note.GNU-stack,"",@progbits