llvm-project/lld/test/ELF/Inputs/i386-static-tls-model3.s

10 lines
155 B
ArmAsm

.section ".tdata", "awT", @progbits
.globl var
var:
.section .foo, "aw"
.global _start
_start:
movl %gs:0, %eax
addl var@indntpoff, %eax # R_386_TLS_IE