From Craig Silverstein: Initialize got_relocs.

This commit is contained in:
Ian Lance Taylor
2007-11-09 23:56:32 +00:00
parent bbc1a78472
commit aed38d0694
2 changed files with 54 additions and 54 deletions

View File

@ -1107,7 +1107,7 @@ Relocate_info<size, big_endian>::location(size_t, off_t offset) const
// Find the relocation section for ".debug_line".
Track_relocs<size, big_endian> track_relocs;
bool got_relocs;
bool got_relocs = false;
for (unsigned int reloc_shndx = 0;
reloc_shndx < this->object->shnum();
++reloc_shndx)