a2e1db00c7
bfd/ 2015-10-02 Renlin Li <renlin.li@arm.com> * elfnn-aarch64.c (aarch64_reloc_got_type): Add BFD_RELOC_AARCH64_LD_64_GOTOFF_LO15 support. (elfNN_aarch64_gc_sweep_hook): Likewise. (elfNN_aarch64_check_relocs): Likewise * elfxx-aarch64.c (_bfd_aarch64_elf_put_addend): Likewise. (_bfd_aarch64_elf_resolve_relocation): Likewise (elfNN_aarch64_final_link_relocate): Calculate offset within GOT. ld/testsuite/ 2015-10-02 Renlin Li <renlin.li@arm.com> * ld-aarch64/emit-relocs-310.d: New. * ld-aarch64/emit-relocs-310.s: New. * ld-aarch64/aarch64-elf.exp: Run the test.
11 lines
207 B
ArmAsm
11 lines
207 B
ArmAsm
.text
|
|
ldr x1, .Lgot
|
|
adr x2, .Lgot
|
|
add x1, x2, x1
|
|
|
|
ldr x0, [x1, #:gotoff_lo15:globala]
|
|
ldr x0, [x1, #:gotoff_lo15:globalb]
|
|
ldr x0, [x1, #:gotoff_lo15:globalc]
|
|
|
|
.Lgot:
|
|
.dword _GLOBAL_OFFSET_TABLE_ - .
|