diff options
-rw-r--r-- | bfd/coffcode.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bfd/coffcode.h b/bfd/coffcode.h index 6cd9cc3..58d0f5c 100644 --- a/bfd/coffcode.h +++ b/bfd/coffcode.h @@ -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; } |