blob: 72df61744ff4897c72bc4923319de529e24d5002 [file] [log] [blame]
.text
.globl _start
_start:
leal foo@gotntpoff(%ebx), %eax
movl (%eax), %eax
.globl foo
.section .tdata,"awT",@progbits
.align 4
.type foo, @object
.size foo, 4
foo:
.long 100