gold/
[deliverable/binutils-gdb.git] / gold / dwarf_reader.cc
index d0f059dada07bfa93baac69fd1cc8d5f8783368e..14222c57a0a23f8919389d0562511be274499651 100644 (file)
@@ -1195,7 +1195,7 @@ Dwarf_info_reader::do_parse()
   this->reloc_mapper_->initialize(this->reloc_shndx_, this->reloc_type_);
 
   // Loop over compilation units (or type units).
-  unsigned int abbrev_shndx = 0;
+  unsigned int abbrev_shndx = this->abbrev_shndx_;
   off_t abbrev_offset = 0;
   const unsigned char* pinfo = this->buffer_;
   while (pinfo < this->buffer_end_)
This page took 0.0237039999999999 seconds and 4 git commands to generate.