arm: Define elf_backend_extern_protected_data to 0 [PR 18705]
[binutils-gdb.git] / ld / testsuite / ld-ifunc / pr17154-i386.d
1 #source: pr17154-x86.s
2 #ld: -m elf_i386 -shared --hash-style=sysv -z noseparate-code
3 #as: --32
4 #objdump: -dw
5 #target: x86_64-*-* i?86-*-*
6 #notarget: *-*-lynxos *-*-nto*
7
8 #...
9 0+180 <.*>:
10 [ ]*[a-f0-9]+: ff b3 04 00 00 00 push 0x4\(%ebx\)
11 [ ]*[a-f0-9]+: ff a3 08 00 00 00 jmp \*0x8\(%ebx\)
12 [ ]*[a-f0-9]+: 00 00 add %al,\(%eax\)
13 ...
14
15 0+190 <\*ABS\*@plt>:
16 [ ]*[a-f0-9]+: ff a3 0c 00 00 00 jmp \*0xc\(%ebx\)
17 [ ]*[a-f0-9]+: 68 18 00 00 00 push \$0x18
18 [ ]*[a-f0-9]+: e9 e0 ff ff ff jmp 180 <\*ABS\*@plt-0x10>
19
20 0+1a0 <func1@plt>:
21 [ ]*[a-f0-9]+: ff a3 10 00 00 00 jmp \*0x10\(%ebx\)
22 [ ]*[a-f0-9]+: 68 00 00 00 00 push \$0x0
23 [ ]*[a-f0-9]+: e9 d0 ff ff ff jmp 180 <\*ABS\*@plt-0x10>
24
25 0+1b0 <func2@plt>:
26 [ ]*[a-f0-9]+: ff a3 14 00 00 00 jmp \*0x14\(%ebx\)
27 [ ]*[a-f0-9]+: 68 08 00 00 00 push \$0x8
28 [ ]*[a-f0-9]+: e9 c0 ff ff ff jmp 180 <\*ABS\*@plt-0x10>
29
30 0+1c0 <\*ABS\*@plt>:
31 [ ]*[a-f0-9]+: ff a3 18 00 00 00 jmp \*0x18\(%ebx\)
32 [ ]*[a-f0-9]+: 68 10 00 00 00 push \$0x10
33 [ ]*[a-f0-9]+: e9 b0 ff ff ff jmp 180 <\*ABS\*@plt-0x10>
34
35 Disassembly of section .text:
36
37 0+1d0 <resolve1>:
38 [ ]*[a-f0-9]+: e8 cb ff ff ff call 1a0 <func1@plt>
39
40 0+1d5 <g1>:
41 [ ]*[a-f0-9]+: e9 e6 ff ff ff jmp 1c0 <\*ABS\*@plt>
42
43 0+1da <resolve2>:
44 [ ]*[a-f0-9]+: e8 d1 ff ff ff call 1b0 <func2@plt>
45
46 0+1df <g2>:
47 [ ]*[a-f0-9]+: e9 ac ff ff ff jmp 190 <\*ABS\*@plt>
48 #pass