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:
d8fd85a
)
tipo
author
Ian Lance Taylor
<ian@airs.com>
Tue, 23 Jan 1996 20:53:31 +0000
(20:53 +0000)
committer
Ian Lance Taylor
<ian@airs.com>
Tue, 23 Jan 1996 20:53:31 +0000
(20:53 +0000)
bfd/coffcode.h
patch
|
blob
|
history
diff --git
a/bfd/coffcode.h
b/bfd/coffcode.h
index 152846fa892333c6b32e485fccfa54715a4238b9..44aea2afcf2d450e8ca86bf096cd31d5d0590ceb 100644
(file)
--- a/
bfd/coffcode.h
+++ b/
bfd/coffcode.h
@@
-2714,7
+2714,7
@@
coff_set_section_contents (abfd, section, location, offset, count)
{
BFD_ASSERT (bfd_get_32 (abfd, rec + 4) == 2);
++section->lma;
- rec += bfd_get_32 (abfd, rec)
/
4;
+ rec += bfd_get_32 (abfd, rec)
*
4;
}
BFD_ASSERT (rec == recend);