x86: Add tests for -n option of x86 assembler
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / intelok.s
index 169fc45bc3ae16c057f4d0db938cb16673ade0d6..4c16613e54dfb2d7512e0e1ace71a49008265181 100644 (file)
@@ -150,7 +150,7 @@ start:
        mov     eax, [eax[ecx]]
        mov     eax, [[eax][ecx]]
        mov     eax, es:[eax]
-       mov     eax, fs:gs:[eax]
+       mov     eax, fs:[eax]
 
        # expressions
 
@@ -215,8 +215,5 @@ start:
        jmp     5:[3]
        call    dword ptr xtrn
        jmp     word ptr xtrn
-
-.L11:
-        jmp     DWORD PTR[ .L11  + eax * 4 ]
-.LC0:
-        lea     eax, DWORD PTR[ .LC0@GOTOFF + ebx ]
+       call    [xtrn]
+       jmp     [xtrn]
This page took 0.024701 seconds and 4 git commands to generate.