aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bfd/coffcode.h1
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;
}