x86: allow suffix-less movzw and 64-bit movzb
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / tlsd.s
index 9ce01ec708d8e657dbac0141669d64723cddd4c9..f5c2c50e0dd365c537723963658c25a22dd2da47 100644 (file)
@@ -26,13 +26,13 @@ fn:
        call    ___tls_get_addr@PLT
 
        /* Just show that there can be arbitrary instructions here  */
-       leal    0(%edi, 1), %edi
+       addl    $0, %edi
 
        leal    bar@DTPOFF(%eax), %edx
        /* %edx now contains &bar  */
 
        /* Again, arbitrary instructions  */
-       leal    0(%esi, 1), %esi
+       addl    $0, %esi
 
        leal    baz@DTPOFF(%eax), %ecx
        /* %ecx now contains &baz  */
This page took 0.024318 seconds and 4 git commands to generate.