diff options
Diffstat (limited to 'test/ELF/Inputs/i386-static-tls-model1.s')
-rw-r--r-- | test/ELF/Inputs/i386-static-tls-model1.s | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/test/ELF/Inputs/i386-static-tls-model1.s b/test/ELF/Inputs/i386-static-tls-model1.s deleted file mode 100644 index e7e584c1fcf19..0000000000000 --- a/test/ELF/Inputs/i386-static-tls-model1.s +++ /dev/null @@ -1,10 +0,0 @@ -.section ".tdata", "awT", @progbits -.globl var -var: - -.section .foo, "aw" -.global _start -_start: - movl $var@tpoff, %edx # R_386_TLS_LE_32 - movl %gs:0, %ecx - subl %edx, %eax |