diff options
author | Marcus Shawcroft <marcus.shawcroft@arm.com> | 2015-11-12 15:15:28 +0000 |
---|---|---|
committer | Marcus Shawcroft <marcus.shawcroft@arm.com> | 2015-11-12 15:16:40 +0000 |
commit | 06d2788cefa3dc24ce0e92e795cf3987a6c630ed (patch) | |
tree | 8553c89dbd220ab78f765667f6bf900ea031b701 /bfd/ChangeLog | |
parent | 9c352f1c234efabd0e60a0927ae3f25009e4932b (diff) | |
download | gdb-06d2788cefa3dc24ce0e92e795cf3987a6c630ed.zip gdb-06d2788cefa3dc24ce0e92e795cf3987a6c630ed.tar.gz gdb-06d2788cefa3dc24ce0e92e795cf3987a6c630ed.tar.bz2 |
Revert "[LD][AARCH64]Add TLSIE relaxation support under large memory model."
This reverts commit 3ebe65c0ff9f8f76c9971b1cc078273298f0c693.
Reverted due to PR19188
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index bde7118..5fcaaef 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -461,18 +461,6 @@ 2015-10-02 Renlin Li <renlin.li@arm.com> - * elfnn-aarch64.c (IS_AARCH64_TLS_RELAX_RELOC): Add - TLSIE_MOVW_GOTTPREL_G1. - (aarch64_tls_transition_without_check): Add - TLSIE_MOVW_GOTTPREL_G1 to TLSLE_MOVW_TPREL_G2 - transition for local symbol. - (elfNN_aarch64_tls_relax): Add a argument to pass tp offset. - Add TLSIE_MOVW_GOTTPREL_G1 relaxation. - (elfNN_aarch64_relocate_section): Call elfNN_aarch64_tls_relax - with new argument. - -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. |