From: Ian Lance Taylor Date: Wed, 24 Jan 1996 22:01:29 +0000 (+0000) Subject: remove incorrect BFD_ASSERT from last patch X-Git-Tag: gdb-4_18~9541 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c703f5399e23c0ad00b74ee18065eb942aa80009;p=platform%2Fupstream%2Fbinutils.git remove incorrect BFD_ASSERT from last patch --- 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; }