7c3de4a4467cc2a179c86ab2e92df43054f60658
[deliverable/binutils-gdb.git] / ld / testsuite / ld-aarch64 / farcall-bl-plt.d
1 #name: aarch64-farcall-bl-plt
2 #source: farcall-bl-plt.s
3 #as:
4 #ld: -shared
5 #objdump: -dr
6 #...
7
8 Disassembly of section .plt:
9
10 .* <.plt>:
11 .*: a9bf7bf0 stp x16, x30, \[sp, #-16\]!
12 .*: .* adrp x16, .* <__foo_veneer\+.*>
13 .*: .* ldr [wx]17, \[x16, #.*\]
14 .*: .* add [wx]16, [wx]16, #.*
15 .*: d61f0220 br x17
16 .*: d503201f nop
17 .*: d503201f nop
18 .*: d503201f nop
19
20 .* <foo@plt>:
21 .*: .* adrp x16, .* <__foo_veneer\+.*>
22 .*: .* ldr [wx]17, \[x16, #.*\]
23 .*: .* add [wx]16, [wx]16, #.*
24 .*: d61f0220 br x17
25
26 Disassembly of section .text:
27
28 .* <_start>:
29 ...
30 .*: .* bl .* <__foo_veneer>
31 .*: d65f03c0 ret
32 .*: .* nop
33 .*: .* b .* <__foo_veneer\+.*>
34 .*: .* nop
35
36 .* <__foo_veneer>:
37 .*: .* adrp x16, 0 <.*>
38 .*: .* add x16, x16, #.*
39 .*: d61f0200 br x16
40 ...
This page took 0.03075 seconds and 3 git commands to generate.