diff options
Diffstat (limited to 'test/ELF/Inputs/i386-static-tls-model2.s')
-rw-r--r-- | test/ELF/Inputs/i386-static-tls-model2.s | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/test/ELF/Inputs/i386-static-tls-model2.s b/test/ELF/Inputs/i386-static-tls-model2.s deleted file mode 100644 index b28a1458742d0..0000000000000 --- a/test/ELF/Inputs/i386-static-tls-model2.s +++ /dev/null @@ -1,9 +0,0 @@ -.section ".tdata", "awT", @progbits -.globl var -var: - -.section .foo, "aw" -.global _start -_start: - movl %gs:0, %eax - addl var@gotntpoff(%ebx),%eax # R_386_TLS_GOTIE |