aarch64: handle STO_AARCH64_VARIANT_PCS in bfd
[deliverable/binutils-gdb.git] / ld / testsuite / ld-aarch64 / pac-plt-2.d
1 #source: tls-desc-ie.s
2 #ld: -shared --pac-plt -T bti-plt.ld
3 #objdump: -dr -j .plt
4 #...
5 Disassembly of section .plt:
6
7 .* \<.plt\>:
8 .*: a9bf7bf0 stp x16, x30, \[sp, #-16\]!
9 .*: 90000090 adrp x16, 28000 <_GLOBAL_OFFSET_TABLE_>
10 .*: f9401a11 ldr x17, \[x16, #48\]
11 .*: 9100c210 add x16, x16, #0x30
12 .*: d61f0220 br x17
13 .*: d503201f nop
14 .*: d503201f nop
15 .*: d503201f nop
16
17
18 .* \<__tls_get_addr@plt\>:
19 .*: 90000090 adrp x16, 28000 <_GLOBAL_OFFSET_TABLE_>
20 .*: f9401e11 ldr x17, \[x16, #56\]
21 .*: 9100e210 add x16, x16, #0x38
22 .*: d503219f autia1716
23 .*: d61f0220 br x17
24 .*: d503201f nop
This page took 0.031175 seconds and 4 git commands to generate.