Add a test case for skip with inlined functions
[deliverable/binutils-gdb.git] / ld / testsuite / ld-aarch64 / tls-desc-ie-ilp32.d
CommitLineData
2d0ca824 1#source: tls-desc-ie.s
3c3358ca 2#target: [check_shared_lib_support]
2d0ca824
YN
3#as: -mabi=ilp32
4#ld: -shared -m [aarch64_choose_ilp32_emul] -T relocs-ilp32.ld -e0
5#objdump: -dr
6#...
7 +10000: 90000080 adrp x0, 20000 <_GLOBAL_OFFSET_TABLE_>
8 +10004: 91002000 add x0, x0, #0x8
9 +10008: 94000016 bl 10060 <.*>
10 +1000c: d503201f nop
11 +10010: 90000080 adrp x0, 20000 <_GLOBAL_OFFSET_TABLE_>
12 +10014: b9400400 ldr w0, \[x0, #4\]
13 +10018: d503201f nop
14 +1001c: d503201f nop
15 +10020: d53bd041 mrs x1, tpidr_el0
16 +10024: 8b000020 add x0, x1, x0
17 +10028: d53bd042 mrs x2, tpidr_el0
18 +1002c: 90000080 adrp x0, 20000 <_GLOBAL_OFFSET_TABLE_>
19 +10030: f9400400 ldr x0, \[x0, #8\]
20 +10034: 8b000040 add x0, x2, x0
21 +10038: b9400000 ldr w0, \[x0\]
22 +1003c: 0b000020 add w0, w1, w0
23
24Disassembly of section .plt:
25
2600010040 <.plt>:
27 +10040: a9bf7bf0 stp x16, x30, \[sp, #-16\]!
28 +10044: 90000090 adrp x16, 20000 <_GLOBAL_OFFSET_TABLE_>
29 +10048: b9401a11 ldr w17, \[x16, #24\]
30 +1004c: 11006210 add w16, w16, #0x18
31 +10050: d61f0220 br x17
32 +10054: d503201f nop
33 +10058: d503201f nop
34 +1005c: d503201f nop
35 +10060: 90000090 adrp x16, 20000 <_GLOBAL_OFFSET_TABLE_>
36 +10064: b9401e11 ldr w17, \[x16, #28\]
37 +10068: 11007210 add w16, w16, #0x1c
38 +1006c: d61f0220 br x17
This page took 0.152944 seconds and 4 git commands to generate.