blob: ca6354646711a2268280c1ea0b39528f5117d0e0 [file] [log] [blame]
.text
.globl _start
_start:
mov foo@GOTTPOFF(%rip), %eax
add foo@GOTTPOFF(%rip), %eax
mov foo@GOTTPOFF(%rip), %r8d
add foo@GOTTPOFF(%rip), %r8d
mov foo@GOTTPOFF(%rip), %r12d
add foo@GOTTPOFF(%rip), %r12d
.globl foo
.section .tdata,"awT",@progbits
.align 4
.type foo, @object
.size foo, 4
foo:
.long 100