[LD][AARCH64]Add BFD_RELOC_AARCH64_TLSGD_MOVW_G0_NC support.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-aarch64 / emit-relocs-516.d
1 #source: emit-relocs-516.s
2 #ld: -shared -T relocs.ld -e0
3 #objdump: -dr
4 #...
5
6 Disassembly of section .text:
7
8 0000000000010000 \<test\>:
9 10000: 58000101 ldr x1, 10020 \<test\+0x20\>
10 10004: 100000e2 adr x2, 10020 \<test\+0x20\>
11 10008: 8b020021 add x1, x1, x2
12 1000c: f2800100 movk x0, #0x8
13 10010: f2800300 movk x0, #0x18
14 10014: 8b000020 add x0, x1, x0
15 10018: 9400000c bl 10048 \<test\+0x48\>
16 1001c: d503201f nop
17 10020: 0000ffe0 .word 0x0000ffe0
18 10024: 00000000 .word 0x00000000
19
20 Disassembly of section .plt:
21
22 0000000000010028 \<.plt\>:
23 10028: a9bf7bf0 stp x16, x30, \[sp,#-16\]!
24 1002c: 90000090 adrp x16, 20000 \<_GLOBAL_OFFSET_TABLE_\>
25 10030: f9401e11 ldr x17, \[x16,#56\]
26 10034: 9100e210 add x16, x16, #0x38
27 10038: d61f0220 br x17
28 1003c: d503201f nop
29 10040: d503201f nop
30 10044: d503201f nop
31 10048: 90000090 adrp x16, 20000 \<_GLOBAL_OFFSET_TABLE_\>
32 1004c: f9402211 ldr x17, \[x16,#64\]
33 10050: 91010210 add x16, x16, #0x40
34 10054: d61f0220 br x17
This page took 0.029035 seconds and 4 git commands to generate.