[AArch64] BFD support BFD_RELOC_AARCH64_LD32_GOTPAGE_LO14
[deliverable/binutils-gdb.git] / ld / testsuite / ld-aarch64 / emit-relocs-28.d
1 #source: emit-relocs-28.s
2 #as: -mabi=ilp32
3 #ld: -m aarch64linux32 --defsym globala=0x11000 --defsym globalb=0x45000 --defsym globalc=0x1234 -e0 --emit-relocs
4 #objdump: -dr
5
6 .*: +file format .*
7
8
9 Disassembly of section .text:
10
11 00400074 <\.text>:
12 400074: 90000082 adrp x2, 410000 <globalb\+0x3cb000>
13 400074: R_AARCH64_P32_ADR_PREL_PG_HI21 _GLOBAL_OFFSET_TABLE_
14 400078: f9408c40 ldr x0, \[x2,#280\]
15 400078: R_AARCH64_P32_LD32_GOTPAGE_LO14 globala
16 40007c: f9409040 ldr x0, \[x2,#288\]
17 40007c: R_AARCH64_P32_LD32_GOTPAGE_LO14 globalb
18 400080: f9408840 ldr x0, \[x2,#272\]
19 400080: R_AARCH64_P32_LD32_GOTPAGE_LO14 globalc
This page took 0.03809 seconds and 5 git commands to generate.