xref: /llvm-project/lld/test/ELF/Inputs/i386-static-tls-model1.s (revision ae54e58b90a5e2208b6d3da5245eda6625dc1ed1)
1.section ".tdata", "awT", @progbits
2.globl var
3var:
4
5.section .foo, "aw"
6.global _start
7_start:
8 movl $var@tpoff, %edx # R_386_TLS_LE_32
9 movl %gs:0, %ecx
10