mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 12:22:20 +08:00
From Craig Silverstein: Initialize got_relocs.
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user