remove incorrect BFD_ASSERT from last patch

This commit is contained in:
Ian Lance Taylor
1996-01-24 22:01:29 +00:00
parent e8f1ad9a8b
commit c703f5399e

View File

@ -2717,7 +2717,6 @@ coff_set_section_contents (abfd, section, location, offset, count)
recend = rec + count; recend = rec + count;
while (rec < recend) while (rec < recend)
{ {
BFD_ASSERT (bfd_get_32 (abfd, rec + 4) == 2);
++section->lma; ++section->lma;
rec += bfd_get_32 (abfd, rec) * 4; rec += bfd_get_32 (abfd, rec) * 4;
} }