696b83655cd65d6a10241c545d4ab28243c01d17
[deliverable/binutils-gdb.git] / ld / testsuite / ld-aarch64 / emit-relocs-302.d
1 #source: emit-relocs-302.s
2 #ld: -T relocs.ld --defsym globala=0x11000 --defsym globalb=0x45000 --defsym globalc=0x1234 -e0 --emit-relocs
3 #notarget: aarch64_be-*-*
4 #objdump: -dr
5
6 .*: +file format .*
7
8 Disassembly of section .text:
9
10 0000000000010000 <\.text>:
11 10000: 580000e1 ldr x1, 1001c <\.text\+0x1c>
12 10004: 100000c2 adr x2, 1001c <\.text\+0x1c>
13 10008: 8b010041 add x1, x2, x1
14 1000c: d2a00000 movz x0, #0x0, lsl #16
15 1000c: R_AARCH64_MOVW_GOTOFF_G1 globala
16 10010: d2a00000 movz x0, #0x0, lsl #16
17 10010: R_AARCH64_MOVW_GOTOFF_G1 globalb
18 10014: d2a00000 movz x0, #0x0, lsl #16
19 10014: R_AARCH64_MOVW_GOTOFF_G1 globalc
20 10018: f8606820 ldr x0, \[x1,x0\]
21 1001c: 0000ffe4 \.word 0x0000ffe4
22 1001c: R_AARCH64_PREL64 _GLOBAL_OFFSET_TABLE_
23 10020: 00000000 \.word 0x00000000
This page took 0.031392 seconds and 3 git commands to generate.