binutils-gdb/ld/testsuite/ld-aarch64/emit-relocs-313.d
Jiong Wang 99ad26cb0d [AArch64] BFD Support BFD_RELOC_AARCH64_LD64_GOTPAGE_LO15
2015-06-01  Jiong Wang  <jiong.wang@arm.com>
bfd/
	* elfnn-aarch64.c (aarch64_reloc_got_type): Support
	BFD_RELOC_AARCH64_LD64_GOTPAGE_LO15.
	(elfNN_aarch64_final_link_relocate): Ditto.
	(elfNN_aarch64_gc_swap_hook): Ditto.
	(elfNN_aarch64_check_relocs): Ditto.
	* elfxx-aarch64.c (_bfd_aarch64_elf_put_addend): Ditto.

ld/testsuite/
	* ld-aarch64/emit-relocs-313.s: New test file.
	* ld-aarch64/emit-relocs-313.d: Ditto.
	* ld-aarch64/aarch64-elf.exp: Run new test.
2015-06-01 10:26:00 +01:00

19 lines
605 B
Makefile

#source: emit-relocs-313.s
#ld: -T relocs.ld --defsym globala=0x11000 --defsym globalb=0x45000 --defsym globalc=0x1234 -e0 --emit-relocs
#objdump: -dr
.*: +file format .*
Disassembly of section .text:
0000000000010000 <\.text>:
10000: 90000082 adrp x2, 20000 <_GLOBAL_OFFSET_TABLE_>
10000: R_AARCH64_ADR_PREL_PG_HI21 _GLOBAL_OFFSET_TABLE_
10004: f9400840 ldr x0, \[x2,#16\]
10004: R_AARCH64_LD64_GOTPAGE_LO15 globala
10008: f9400c40 ldr x0, \[x2,#24\]
10008: R_AARCH64_LD64_GOTPAGE_LO15 globalb
1000c: f9400440 ldr x0, \[x2,#8\]
1000c: R_AARCH64_LD64_GOTPAGE_LO15 globalc