diff options
author | Marcus Shawcroft <marcus.shawcroft@arm.com> | 2015-02-13 09:57:11 +0000 |
---|---|---|
committer | Marcus Shawcroft <marcus.shawcroft@arm.com> | 2015-02-26 22:23:09 +0000 |
commit | 043bf05a3d8e4bf7706f7c038540b893ec075051 (patch) | |
tree | f5316dd4a882f9a43557b0d398e84841f51aaca3 /bfd/ChangeLog | |
parent | 74ad790c76cf890fc7f42d6dd5a4cebfde5cc0db (diff) | |
download | gdb-043bf05a3d8e4bf7706f7c038540b893ec075051.zip gdb-043bf05a3d8e4bf7706f7c038540b893ec075051.tar.gz gdb-043bf05a3d8e4bf7706f7c038540b893ec075051.tar.bz2 |
Adding support for TLSIE_LD_GOTTREL_PREL19.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 3b7aff8..4d347f4 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,17 @@ 2015-02-26 Marcus Shawcroft <marcus.shawcroft@arm.com> + * elfnn-aarch64.c: (TLSIE_LD_GOTTREL_PREL19): Fix HOWTO bit field width. + (aarch64_tls_transition_without_check, aarch64_reloc_got_type) + (elfNN_aarch64_final_link_relocate, elfNN_aarch64_tls_relax) + (elfNN_aarch64_relocate_section, elfNN_aarch64_gc_sweep_hook) + (elfNN_aarch64_check_relocs): Handle + BFD_RELOC_AARCH64_TLSIE_LD_GOTTPREL_PREL19. + + * elfxx-aarch64.c (_bfd_aarch64_elf_put_addend) + (_bfd_aarch64_elf_resolve_relocation): Likewise. + +2015-02-26 Marcus Shawcroft <marcus.shawcroft@arm.com> + * elfnn-aarch64.c: (TLSDESC_CALL): Fix HOWTO bit field width. 2015-02-26 Marcus Shawcroft <marcus.shawcroft@arm.com> |