* elf.c (_bfd_elf_make_section_from_shdr): Set SEC_THREAD_LOCAL
[binutils.git] / gas / testsuite / gas / i386 / jump.s
blob1f11cd317b78662eed89b413e38b7c4429c18bac
1 .psize 0
2 .text
3 .extern xxx
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
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
23 # Force a good alignment.
24 .p2align 4,0