projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8f1ad9
)
remove incorrect BFD_ASSERT from last patch
author
Ian Lance Taylor
<ian@airs.com>
Wed, 24 Jan 1996 22:01:29 +0000
(22:01 +0000)
committer
Ian Lance Taylor
<ian@airs.com>
Wed, 24 Jan 1996 22:01:29 +0000
(22:01 +0000)
bfd/coffcode.h
patch
|
blob
|
history
diff --git
a/bfd/coffcode.h
b/bfd/coffcode.h
index 6cd9cc31122d1f237e445daa9ed633d11eef6423..58d0f5c29ece04ab6317f71d358618a2e58f2525 100644
(file)
--- 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;
}