forked from Imagelibrary/binutils-gdb
remove incorrect BFD_ASSERT from last patch
This commit is contained in:
@@ -2717,7 +2717,6 @@ coff_set_section_contents (abfd, section, location, offset, count)
|
||||
recend = rec + count;
|
||||
while (rec < recend)
|
||||
{
|
||||
BFD_ASSERT (bfd_get_32 (abfd, rec + 4) == 2);
|
||||
++section->lma;
|
||||
rec += bfd_get_32 (abfd, rec) * 4;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user