gas/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / jump.s
index 1f11cd317b78662eed89b413e38b7c4429c18bac..b7608255c1ce0593935dd7710683432da7127dce 100644 (file)
@@ -8,7 +8,9 @@
        jmp     *%edi
        jmp     *(%edi)
        ljmp    *xxx(,%edi,4)
+       ljmpw   *xxx(,%edi,4)
        ljmp    *xxx
+       ljmpw   *xxx
        ljmp    $0x1234,$xxx
 
        call    1b
        call    *%edi
        call    *(%edi)
        lcall   *xxx(,%edi,4)
+       lcallw  *xxx(,%edi,4)
        lcall   *xxx
+       lcallw  *xxx
        lcall   $0x1234,$xxx
 
-       # Force a good alignment.
-       .p2align        4,0
+       .intel_syntax noprefix
+       call    word ptr [ebx]
+       call    dword ptr [ebx]
+       call    fword ptr [ebx]
+       jmp     word ptr [ebx]
+       jmp     dword ptr [ebx]
+       jmp     fword ptr [ebx]
This page took 0.023851 seconds and 4 git commands to generate.