From c703f5399e23c0ad00b74ee18065eb942aa80009 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 24 Jan 1996 22:01:29 +0000 Subject: [PATCH] remove incorrect BFD_ASSERT from last patch --- bfd/coffcode.h | 1 - 1 file changed, 1 deletion(-) 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; } -- 2.7.4