diff options
author | Cary Coutant <ccoutant@google.com> | 2010-09-14 21:44:21 +0000 |
---|---|---|
committer | Cary Coutant <ccoutant@google.com> | 2010-09-14 21:44:21 +0000 |
commit | 36171d64bf8c2abf7951c98d655f4c5695b024f1 (patch) | |
tree | c26b2da2e1f56b8c46347a9bc42b14b9d4e6d49f /gold/ChangeLog | |
parent | a9e6a4bb4e112347cca6fa42dbc95a22aa76b798 (diff) | |
download | gdb-36171d64bf8c2abf7951c98d655f4c5695b024f1.zip gdb-36171d64bf8c2abf7951c98d655f4c5695b024f1.tar.gz gdb-36171d64bf8c2abf7951c98d655f4c5695b024f1.tar.bz2 |
* x86_64.cc (Target_x86_64::saw_tls_block_reloc_): Remove member.
(Target_x86_64::Relocate::relocate_tls): Replace check for
saw_tls_block_reloc_ with test for executable section.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index 6c78bcf..c0dbc26 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,9 @@ +2010-09-14 Cary Coutant <ccoutant@google.com> + + * x86_64.cc (Target_x86_64::saw_tls_block_reloc_): Remove member. + (Target_x86_64::Relocate::relocate_tls): Replace check for + saw_tls_block_reloc_ with test for executable section. + 2010-09-12 Cary Coutant <ccoutant@google.com> * symtab.h (Symbol::needs_dynamic_reloc): Non-PIC calls from |