diff options
Diffstat (limited to 'gold/sparc.cc')
-rw-r--r-- | gold/sparc.cc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gold/sparc.cc b/gold/sparc.cc index 2af09ae..57659cc 100644 --- a/gold/sparc.cc +++ b/gold/sparc.cc @@ -59,7 +59,7 @@ class Target_sparc : public Sized_target<size, big_endian> Target_sparc() : Sized_target<size, big_endian>(&sparc_info), got_(NULL), plt_(NULL), rela_dyn_(NULL), rela_ifunc_(NULL), - copy_relocs_(elfcpp::R_SPARC_COPY), dynbss_(NULL), + copy_relocs_(elfcpp::R_SPARC_COPY), got_mod_index_offset_(-1U), tls_get_addr_sym_(NULL), elf_machine_(sparc_info.machine_code), elf_flags_(0), elf_flags_set_(false) @@ -446,8 +446,6 @@ class Target_sparc : public Sized_target<size, big_endian> Reloc_section* rela_ifunc_; // Relocs saved to avoid a COPY reloc. Copy_relocs<elfcpp::SHT_RELA, size, big_endian> 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_; // Cached pointer to __tls_get_addr symbol |