This commit was generated by cvs2svn to track changes on a CVS vendor
[external/binutils.git] / gas / testsuite / gas / i386 / jump.s
1 .psize 0
2 .text
3 .extern xxx
4
5 1:      jmp     1b
6         jmp     xxx
7         jmp     *xxx
8         jmp     *%edi
9         jmp     *(%edi)
10         ljmp    *xxx(,%edi,4)
11         ljmp    *xxx
12         ljmp    $0x1234,$xxx
13
14         call    1b
15         call    xxx
16         call    *xxx
17         call    *%edi
18         call    *(%edi)
19         lcall   *xxx(,%edi,4)
20         lcall   *xxx
21         lcall   $0x1234,$xxx
22
23         # Force a good alignment.
24         .p2align        4,0