x86-64: Fix TLSDESC relaxation for x32
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / ilp32 / x32-tls.s
index f9626cdfdd30e75834b9d46d477c56d00e50e7b6..e1599be73c1fd999ee9f1f18017e432c15189b5e 100644 (file)
@@ -4,6 +4,8 @@ _start:
        mov     foo@gottpoff(%rip), %r12
        add     foo@gottpoff(%rip), %eax
        add     foo@gottpoff(%rip), %r12d
+       lea     foo@tlsdesc(%rip), %eax
+       lea     foo@tlsdesc(%rip), %r12d
        .globl  foo
        .section        .tdata,"awT",@progbits
        .align 4
This page took 0.023808 seconds and 4 git commands to generate.