diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-01-24 22:01:29 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-01-24 22:01:29 +0000 |
commit | c703f5399e23c0ad00b74ee18065eb942aa80009 (patch) | |
tree | 6c229fbe1cf0aa9f33269981fc270e461985e4c2 /bfd/coffcode.h | |
parent | e8f1ad9a8b8548dbc79c01b3df218ff2a97f1c05 (diff) | |
download | gdb-c703f5399e23c0ad00b74ee18065eb942aa80009.zip gdb-c703f5399e23c0ad00b74ee18065eb942aa80009.tar.gz gdb-c703f5399e23c0ad00b74ee18065eb942aa80009.tar.bz2 |
remove incorrect BFD_ASSERT from last patch
Diffstat (limited to 'bfd/coffcode.h')
-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; } |