summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/Inputs/i386-static-tls-model3.s
blob: fd18fceb71caa3cbad695319c3d9771adbd6008c (plain)
1
2
3
4
5
6
7
8
9
.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
OpenPOWER on IntegriCloud