0484b4549e
bfd/ 2015-10-02 Renlin Li <renlin.li@arm.com> * elfnn-aarch64.c (aarch64_tls_transition_without_check): Add relax transitions for TLSDESC_ADD, TLSDESC_LDR, TLSDESC_OFF_G0_NC, TLSDESC_OFF_G1. (aarch64_tls_transition_without_check): Add relaxation support. (aarch64_reloc_got_type): Add support. (elfNN_aarch64_final_link_relocate): Likewise. (elfNN_aarch64_tls_relax): Likewise. (elfNN_aarch64_relocate_section): Likewise. (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. ld/testsuite/ 2015-10-02 Renlin Li <renlin.li@arm.com> * ld-aarch64/aarch64-elf.exp: Run new test. * ld-aarch64/tls-large-desc.d: New. * ld-aarch64/tls-large-desc.s: New. * ld-aarch64/tls-relax-large-desc-ie.d: New. * ld-aarch64/tls-relax-large-desc-ie.s: New. * ld-aarch64/tls-relax-large-desc-le.d: New. * ld-aarch64/tls-relax-large-desc-le.s: New.
18 lines
505 B
Makefile
18 lines
505 B
Makefile
#source: tls-relax-large-desc-ie.s
|
|
#ld: -T relocs.ld -e0
|
|
#objdump: -dr
|
|
#...
|
|
|
|
Disassembly of section .text:
|
|
|
|
0000000000010000 <test>:
|
|
+10000: 58000101 ldr x1, 10020 \<test\+0x20\>
|
|
+10004: 100000e2 adr x2, 10020 \<test\+0x20\>
|
|
+10008: 8b020032 add x18, x1, x2
|
|
+1000c: d2a00000 movz x0, #0x0, lsl #16
|
|
+10010: f2800100 movk x0, #0x8
|
|
+10014: f8606a40 ldr x0, \[x18,x0\]
|
|
+10018: d503201f nop
|
|
+1001c: d503201f nop
|
|
+10020: 0000ffe0 .word 0x0000ffe0
|
|
+10024: 00000000 .word 0x00000000
|