mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-24 18:32:38 +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;
|
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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user