diff options
Diffstat (limited to 'gold/x86_64.cc')
-rw-r--r-- | gold/x86_64.cc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gold/x86_64.cc b/gold/x86_64.cc index 5bf78fd..b95d2ed 100644 --- a/gold/x86_64.cc +++ b/gold/x86_64.cc @@ -396,7 +396,7 @@ class Target_x86_64 : public Sized_target<size, false> got_(NULL), plt_(NULL), got_plt_(NULL), got_irelative_(NULL), got_tlsdesc_(NULL), global_offset_table_(NULL), rela_dyn_(NULL), rela_irelative_(NULL), copy_relocs_(elfcpp::R_X86_64_COPY), - dynbss_(NULL), got_mod_index_offset_(-1U), tlsdesc_reloc_info_(), + got_mod_index_offset_(-1U), tlsdesc_reloc_info_(), tls_base_symbol_defined_(false) { } @@ -972,8 +972,6 @@ class Target_x86_64 : public Sized_target<size, false> Reloc_section* rela_irelative_; // Relocs saved to avoid a COPY reloc. Copy_relocs<elfcpp::SHT_RELA, size, false> copy_relocs_; - // Space for variables copied with a COPY reloc. - Output_data_space* dynbss_; // Offset of the GOT entry for the TLS module index. unsigned int got_mod_index_offset_; // We handle R_X86_64_TLSDESC against a local symbol as a target |