* elf32-ppc.c (ppc_elf_check_relocs): Revert non_got_ref change.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / jump.s
CommitLineData
a3d1c52b
AM
1.psize 0
2.text
3.extern xxx
4
51: 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
This page took 0.355731 seconds and 4 git commands to generate.