aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-aarch64/ifunc-21.d
blob: 590495f7ed2a8aec65bace32eed1e34a28def384 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#source: ifunc-21.s
#ld: -shared --hash-style=sysv -z nocombreloc
#objdump: -d -s -j .got.plt -j .text
#target: aarch64*-*-*

# Ensure the .got.plt slot used is correct

.*:     file format elf64-(little|big)aarch64

Contents of section .text:
 [0-9a-f]+ .*
Contents of section .got.plt:
 [0-9a-f]+ 0+ 0+ 0+ 0+  .*
 (103b8|10408) 0+ 0+ [0-9a-f]+ [0-9a-f]+  .*

Disassembly of section .text:

.* <ifunc>:
 .*:	d65f03c0 	ret

.* <bar>:
 .*:	90000080 	adrp	x0, 10000 <.*>
 .*:	.* 	ldr	x0, \[x0, #(960|1040)\]
 .*:	d65f03c0 	ret

#pass