ld: Xfail pr20995 and pr20995-2 for tic6x-*-*
[deliverable/binutils-gdb.git] / ld / testsuite / ld-aarch64 / farcall-group.d
CommitLineData
cff69cf4
WD
1#name: aarch64-farcall-group
2#source: farcall-group.s
3#as:
4#ld: -Ttext=0x400078
5#objdump: -dr
6#...
7
8Disassembly of section .text:
9
100000000000400078 <_start>:
11 400078: 95000008 bl 4400098 <__end_veneer>
12 ...
13 440007c: (d503201f|1f2003d5) .word 0x(d503201f|1f2003d5)
14 4400080: 1400000e b 44000b8 <__end_veneer\+0x20>
15 4400084: d503201f nop
16
170000000004400088 <___start_veneer>:
18 4400088: 90fe0010 adrp x16, 400000 <.*>
19 440008c: 9101e210 add x16, x16, #0x78
20 4400090: d61f0200 br x16
21 4400094: 00000000 udf #0
22
230000000004400098 <__end_veneer>:
24 4400098: 90020010 adrp x16, 8400000 <__end_veneer\+0x3ffff68>
25 440009c: 9102e210 add x16, x16, #0xb8
26 44000a0: d61f0200 br x16
27 ...
28
2900000000084000b8 <end>:
30 84000b8: 96fffff4 bl 4400088 <___start_veneer>
This page took 0.027619 seconds and 4 git commands to generate.