mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-22 07:39:05 +08:00
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